Skip to content

Commit

Permalink
Update build-go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csznet authored Oct 23, 2023
1 parent 1db9f3f commit b06f1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build Linux arm64
run: |
CGO_ENABLED=0 GOARCH=amd64 go build -o tgState main.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o tgState main.go
- name: Zip Linux amd64
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build Linux amd64
run: |
CGO_ENABLED=0 go build -o tgState main.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o tgState main.go
- name: Zip Linux amd64
run: |
Expand Down

0 comments on commit b06f1bd

Please sign in to comment.