chore: add devcontainer config (#1004)

This commit is contained in:
JSker9
2025-02-23 23:26:12 +08:00
committed by GitHub
parent 91bef2882a
commit e3253d9165
2 changed files with 40 additions and 0 deletions

4
.devcontainer/build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
goreleaser build --snapshot --clean
mv dist/**/* dist/
docker buildx build --platform linux/amd64,linux/arm64,linux/s390x -t nezha .