Compare commits

...

2 Commits

Author SHA1 Message Date
Link
ac90509c66 update action 2023-11-20 08:20:03 +00:00
Link
abf7134710 update releaser 2023-11-20 08:13:41 +00:00
2 changed files with 3 additions and 7 deletions

View File

@@ -5,10 +5,6 @@ on:
tags:
- v*.*.*
permissions:
contents: write
permissions:
contents: write
jobs:

View File

@@ -116,9 +116,9 @@ builds:
- amd64
- id: casaos-migration-tool-arm64
binary: build/sysroot/usr/bin/casaos-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