summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-29 22:20:29 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-29 22:20:29 +0100
commit5d5d78c6bf74d0bf01781444b8da105389591036 (patch)
tree7cee5d141ca0ce3372327e4483a922778bc10f05
parent8b8bc1027a9bde5eb5906a8695205b5cd8fa67b4 (diff)
downloadengarde-importer-5d5d78c6bf74d0bf01781444b8da105389591036.tar.gz
engarde-importer-5d5d78c6bf74d0bf01781444b8da105389591036.tar.bz2
engarde-importer-5d5d78c6bf74d0bf01781444b8da105389591036.zip
[release]: Make Windows build link static
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2e742b5..f1a2be8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
ldflags: ""
- os: windows-2022
output: bin/engarde-importer.exe
- ldflags: "-H=windowsgui"
+ ldflags: "-H=windowsgui -extldflags=-static"
env:
GOARCH: amd64
steps: