Skip to content

Commit 2d2cbd4

Browse files
authored
Merge pull request #16 from Labbs/fix-build-pipeline
fix build pipeline - back os darwin instead linux
2 parents fab8d34 + 3534a2b commit 2d2cbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
prefix: 'v'
3232

3333
- 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 .
34+
run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-X 'main.version=${{ steps.version.outputs.full }}'" -o bin/webtty .
3535

3636
- name: Generate MD5
3737
run: md5sum bin/webtty > bin/webtty.md5

0 commit comments

Comments
 (0)