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

Commit

Permalink
Disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Geiselhardt-Herms committed Mar 29, 2023
1 parent 41a36a5 commit ae58bb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

- name: Build
run: |
GOOS=linux make build-octorpki
GOOS=darwin make build-octorpki
GOOS=windows EXTENSION=.exe make build-octorpki
CGO_ENABLED=0 GOOS=linux make build-octorpki
CGO_ENABLED=0 GOOS=darwin make build-octorpki
CGO_ENABLED=0 GOOS=windows EXTENSION=.exe make build-octorpki
- name: Install fpm
run: |
Expand Down

0 comments on commit ae58bb4

Please sign in to comment.