Skip to content

Commit

Permalink
Disable asset compression
Browse files Browse the repository at this point in the history
  • Loading branch information
v1k45 committed Jun 2, 2024
1 parent 5119386 commit 325856e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
compress_assets: off
exclude:
- goarch: "386"
goos: darwin
Expand Down

0 comments on commit 325856e

Please sign in to comment.