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
|
|
@ -40,6 +40,17 @@ 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…
Add table
Add a link
Reference in a new issue