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