Skip to content

Commit

Permalink
chore: drop upx packer and add universal darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutonite committed Mar 13, 2023
1 parent 32d5c02 commit 02ddb3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ builds:
-X lutonite.dev/gaps-cli/_internal/version.commit={{.FullCommit}}
-X lutonite.dev/gaps-cli/_internal/version.date={{.Date}}
-X lutonite.dev/gaps-cli/_internal/version.arch={{.Os}}/{{.Arch}}
hooks:
post:
- upx "{{ .Path }}"
archives:
- id: gaps-cli
rlcp: true
Expand Down Expand Up @@ -56,6 +53,8 @@ nfpms:
- rpm
- archlinux
bindir: /usr/local/bin
universal_binaries:
- replace: false
release:
github:
owner: lutonite
Expand Down

0 comments on commit 02ddb3a

Please sign in to comment.