Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Add UPX to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spurrier committed Dec 16, 2022
1 parent c6792f5 commit 76fa5ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
hooks:
post: bash ./upx.sh
archives:
Expand Down

0 comments on commit 76fa5ea

Please sign in to comment.