Skip to content

Commit

Permalink
fix build pipeline - back os darwin instead linux
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjeremy committed Oct 17, 2023
1 parent fab8d34 commit 3534a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
prefix: 'v'

- name: Build app
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 .

- name: Generate MD5
run: md5sum bin/webtty > bin/webtty.md5
Expand Down

0 comments on commit 3534a2b

Please sign in to comment.