mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +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
@ -24,6 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: "go.mod"
|
go-version-file: "go.mod"
|
||||||
|
|
||||||
|
- name: Install upx (optional)
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y upx
|
||||||
|
|
||||||
- name: Build WebUI
|
- name: Build WebUI
|
||||||
run: |
|
run: |
|
||||||
npm --prefix=./ui ci
|
npm --prefix=./ui ci
|
||||||
|
@ -30,6 +30,9 @@ builds:
|
|||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
|
||||||
|
upx:
|
||||||
|
enable: true
|
||||||
|
|
||||||
release:
|
release:
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user