Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowabi authored Dec 22, 2023
1 parent 2154fec commit e76571b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build LINUX
run: |
env GOOS=linux GOARCH=amd64 go build -trimpath -ldflags "-s -w" -o AutoDomain_linux_amd64 main.go
env GOOS=linux GOARCH=arm64 go build -trimpath -ldflags "-s -w" -o AutoDomain_linux_arm64 main.go
env GOOS=linux GOARCH=arm64 go build -trimpath -ldflags "-s -w" -o AutoDomain_linux_arm64 main.go
- name: Build WINDOWS
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Create Zip Archive
run: |
upx -9 AutoDomain.*
upx -9 AutoDomain*
zip -r AutoDomain_linux_amd64.zip AutoDomain_linux_amd64 config/
zip -r AutoDomain_linux_arm64.zip AutoDomain_linux_arm64 config/
zip -r AutoDomain_windows_amd64.zip AutoDomain_windows_amd64.exe config/
Expand Down

0 comments on commit e76571b

Please sign in to comment.