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 4f03e37 commit 5c9dd9eCopy full SHA for 5c9dd9e
.github/workflows/release.yaml
@@ -53,7 +53,14 @@ jobs:
53
run: make site/out/index.html
54
55
- name: Build Slim Binaries
56
- run: make bin
+ run: |
57
+ mkdir -p ./dist
58
+ ./scripts/build_go_slim.sh \
59
+ --version "$(VERSION)" \
60
+ --output ./dist/ \
61
+ linux:amd64,armv7,arm64 \
62
+ windows:amd64,arm64 \
63
+ darwin:amd64,arm64
64
65
- name: Build Linux and Windows Binaries
66
run: |
@@ -120,7 +127,14 @@ jobs:
120
127
121
128
122
129
123
130
131
132
133
134
135
136
137
124
138
125
139
- name: Build darwin Binaries (with signatures)
126
140
0 commit comments