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 a9c2ff3 commit 4b68959
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 @@ -30,9 +30,9 @@ builds:
- amd64
- id: casaos-local-storage-arm64
binary: build/sysroot/usr/bin/casaos-local-storage
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 @@ -96,9 +96,9 @@ builds:
- amd64
- id: casaos-local-storage-migration-tool-arm64
binary: build/sysroot/usr/bin/casaos-local-storage-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 4b68959

Please sign in to comment.