File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 53
53
run : make site/out/index.html
54
54
55
55
- name : Build Slim Binaries
56
- run : make bin
56
+ 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
57
64
58
65
- name : Build Linux and Windows Binaries
59
66
run : |
@@ -120,7 +127,14 @@ jobs:
120
127
run : make site/out/index.html
121
128
122
129
- name : Build Slim Binaries
123
- run : make bin
130
+ run : |
131
+ mkdir -p ./dist
132
+ ./scripts/build_go_slim.sh \
133
+ --version "$(VERSION)" \
134
+ --output ./dist/ \
135
+ linux:amd64,armv7,arm64 \
136
+ windows:amd64,arm64 \
137
+ darwin:amd64,arm64
124
138
125
139
- name : Build darwin Binaries (with signatures)
126
140
run : |
You can’t perform that action at this time.
0 commit comments