Skip to content

Commit

Permalink
fix: mips64 is not supported by upx
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Dec 12, 2023
1 parent fb533cb commit d2182d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ builds:
- mips64

- id: debug
tags:
- debug
env:
- CGO_ENABLED=0
- GORELEASER_CURRENT_TAG=debug
ldflags:
- -X github.com/BaiMeow/wg-quick-op/cmd.version={{.Version}}-debug
goos:
Expand Down Expand Up @@ -100,6 +101,13 @@ upx:
# Filter by build ID.
ids: [release]

goarch:
- amd64
- "386"
- arm
- arm64
- mips

# Compress argument.
# Valid options are from '1' (faster) to '9' (better), and 'best'.
compress: '9'
Expand Down

0 comments on commit d2182d1

Please sign in to comment.