mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
build: improve docker image and binary sizes
This commit is contained in:
parent
14b0dfec34
commit
35ca24adb8
5 changed files with 16 additions and 3 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
|
@ -85,6 +85,8 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue