Remove upx from building workflow
parent
d37aea1e85
commit
3dabbe35a4
|
@ -85,8 +85,6 @@ jobs:
|
||||||
node-version: "22.x"
|
node-version: "22.x"
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
cache-dependency-path: "frontend/pnpm-lock.yaml"
|
cache-dependency-path: "frontend/pnpm-lock.yaml"
|
||||||
- name: Install upx
|
|
||||||
run: sudo apt-get install -y upx
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
|
@ -40,17 +40,6 @@ archives:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
formats: ["zip"]
|
formats: ["zip"]
|
||||||
|
|
||||||
upx:
|
|
||||||
- enabled: true
|
|
||||||
goos:
|
|
||||||
- linux
|
|
||||||
- darwin
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
compress: "best"
|
|
||||||
lzma: true
|
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
# Alpine docker images
|
# Alpine docker images
|
||||||
- dockerfile: Dockerfile
|
- dockerfile: Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue