You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deploy from my M1, noticed that things have changed and we can't build with CGO_ENABLED=0 anymore.
vaikas@villes-mbp fulcio % CGO_ENABLED=0 go build ./main.go
# github.com/sigstore/fulcio/cmd/app
cmd/app/serve.go:110:13: undefined: x509ca.Params
cmd/app/serve.go:118:33: too many arguments in call to x509ca.NewX509CA
The text was updated successfully, but these errors were encountered:
Description
When trying to deploy from my M1, noticed that things have changed and we can't build with CGO_ENABLED=0 anymore.
The text was updated successfully, but these errors were encountered: