mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
reduce the binary size
This commit is contained in:
parent
bff8add010
commit
312589ab1c
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -23,6 +23,11 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
|
||||
- name: Install upx (optional)
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y upx
|
||||
|
||||
- name: Build WebUI
|
||||
run: |
|
||||
|
@ -30,6 +30,9 @@ builds:
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
|
||||
upx:
|
||||
enable: true
|
||||
|
||||
release:
|
||||
draft: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user