We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace56b5 commit a251848Copy full SHA for a251848
.github/workflows/main.yml
@@ -17,15 +17,11 @@ jobs:
17
- name: Build Application
18
run: |
19
go get -u && go mod tidy
20
- CGO_ENABLED=0 go build -o render
21
-
22
- - name: Install Upx
23
- run: |
24
- sudo apt-get install upx
+ CGO_ENABLED=0 go build -ldflags "-s -w" -o render
25
26
- name: Pack with Upx
27
28
- upx --best render -o liman_render
+ upx render -o liman_render
29
30
- name: Create Zip
31
0 commit comments