打包exe测试
continuous-integration/drone/push Build is passing Details

This commit is contained in:
giaogiao 2023-09-12 16:28:23 +08:00
parent fd48b64163
commit 5266d465ed
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ steps:
- sed -i 's?/favicon.ico?/static/favicon.ico?g' ./app/index.html
- sed -i 's?/logo192.png?/static/logo192.png?g' ./app/index.html
- sed -i 's?/manifest.json?/static/manifest.json?g' ./app/index.html
- CGO_ENABLED=0 go build -o /root/web/main
- GOOS=windows
- GOARCH=amd64
- CGO_ENABLED=0
- go build -o /root/web/main.exe
volumes:
- name: outdir
host: