Browse Source

update releaser

Link 1 năm trước cách đây
mục cha
commit
abf7134710
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .goreleaser.yaml

+ 3 - 3
.goreleaser.yaml

@@ -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