Skip to content

Commit

Permalink
update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Nov 20, 2023
1 parent 0f82ecf commit 3eb78ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Expand Up @@ -31,9 +31,9 @@ builds:
- amd64
- id: casaos-message-bus-arm64
binary: build/sysroot/usr/bin/casaos-message-bus
hooks:
post:
- upx --best --lzma -v --no-progress "{{ .Path }}"
# hooks:
# post:
# - upx --best --lzma -v --no-progress "{{ .Path }}"
env:
- CC=aarch64-linux-gnu-gcc
ldflags:
Expand Down Expand Up @@ -97,9 +97,9 @@ builds:
- amd64
- id: casaos-message-bus-migration-tool-arm64
binary: build/sysroot/usr/bin/casaos-message-bus-migration-tool
hooks:
post:
- upx --best --lzma -v --no-progress "{{ .Path }}"
# hooks:
# post:
# - upx --best --lzma -v --no-progress "{{ .Path }}"
main: ./cmd/migration-tool
env:
- CC=aarch64-linux-gnu-gcc
Expand Down

0 comments on commit 3eb78ad

Please sign in to comment.