Skip to content

Commit

Permalink
Use cgo when cross-compiling macos arm64 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmik authored Jul 29, 2022
1 parent 0b53136 commit 7bcc158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- runs-on: macos-latest
GOOS: darwin
GOARCH: arm64
CGO_ENABLED: 1 # https://github.com/int128/kubelogin/issues/762
- runs-on: windows-latest
GOOS: windows
GOARCH: amd64
Expand Down

0 comments on commit 7bcc158

Please sign in to comment.