Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit ae58bb4

Browse files
author
Oliver Geiselhardt-Herms
committed
Disable CGO
1 parent 41a36a5 commit ae58bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
- name: Build
2929
run: |
30-
GOOS=linux make build-octorpki
31-
GOOS=darwin make build-octorpki
32-
GOOS=windows EXTENSION=.exe make build-octorpki
30+
CGO_ENABLED=0 GOOS=linux make build-octorpki
31+
CGO_ENABLED=0 GOOS=darwin make build-octorpki
32+
CGO_ENABLED=0 GOOS=windows EXTENSION=.exe make build-octorpki
3333
3434
- name: Install fpm
3535
run: |

0 commit comments

Comments
 (0)