We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fab8d34 + 3534a2b commit 2d2cbd4Copy full SHA for 2d2cbd4
1 file changed
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
prefix: 'v'
32
33
- name: Build app
34
- run: CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -a -installsuffix cgo -ldflags="-X 'main.version=${{ steps.version.outputs.full }}'" -o bin/webtty .
+ run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-X 'main.version=${{ steps.version.outputs.full }}'" -o bin/webtty .
35
36
- name: Generate MD5
37
run: md5sum bin/webtty > bin/webtty.md5
0 commit comments