mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-12-23 04:54:41 +00:00
Compare commits
2 Commits
v0.4.5-alp
...
v0.4.4-3-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac90509c66 | ||
|
|
abf7134710 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -5,10 +5,6 @@ on:
|
||||
tags:
|
||||
- v*.*.*
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user