File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Build (amd64)
27
27
run : |
28
- go run build/ci.go install -arch amd64 -dlgo
28
+ go run build/ci.go install -static - arch amd64 -dlgo
29
29
30
30
- name : Create/upload archive (amd64)
31
31
run : |
@@ -37,11 +37,11 @@ jobs:
37
37
38
38
- name : Build (386)
39
39
run : |
40
- go run build/ci.go install -arch 386 -dlgo
40
+ go run build/ci.go install -static - arch 386 -dlgo
41
41
42
42
- name : Create/upload archive (386)
43
43
run : |
44
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
44
+ go run build/ci.go archive -static - arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
45
45
rm -f build/bin/*
46
46
env :
47
47
LINUX_SIGNING_KEY : ${{ secrets.LINUX_SIGNING_KEY }}
67
67
68
68
- name : Build (arm64)
69
69
run : |
70
- go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
70
+ go run build/ci.go install -static - dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
71
71
72
72
- name : Create/upload archive (arm64)
73
73
run : |
79
79
80
80
- name : Run build (arm5)
81
81
run : |
82
- go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
82
+ go run build/ci.go install -static - dlgo -arch arm -cc arm-linux-gnueabi-gcc
83
83
env :
84
84
GOARM : " 5"
85
85
93
93
94
94
- name : Run build (arm6)
95
95
run : |
96
- go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
96
+ go run build/ci.go install -static - dlgo -arch arm -cc arm-linux-gnueabi-gcc
97
97
env :
98
98
GOARM : " 6"
99
99
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Run build (arm7)
110
110
run : |
111
- go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
111
+ go run build/ci.go install -static - dlgo -arch arm -cc arm-linux-gnueabi-gcc
112
112
env :
113
113
GOARM : " 7"
114
114
You can’t perform that action at this time.
0 commit comments