We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d516555 commit 250829dCopy full SHA for 250829d
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
mkdir -p dist
60
for GOARCH in amd64 arm64; do
61
bin="dist/drawbridge-linux-${GOARCH}"
62
- GOOS=$GOOS GOARCH=$GOARCH CGO_ENABLED=0 go build -o "$bin" .
+ GOOS=linux GOARCH=$GOARCH CGO_ENABLED=0 go build -o "$bin" .
63
done
64
65
- name: Publish release
0 commit comments