Skip to content

Commit

Permalink
🔥 Remove UPX to fix Mac M1 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 25, 2022
1 parent bc777ee commit 5c28786
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Upgrade UPX
run: brew install upx
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ builds:
goarm:
- 6
- 7
hooks:
post:
- upx -q "{{ .Path }}"
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 5c28786

Please sign in to comment.