-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot publish images on MacOS host #276
Comments
As a workaround, what I did locally is, I change the
I also removed the |
Why |
This issue is stale because it has been open for 90 days with no |
I bumped into a similar issue today. This time with an Apple Silicon machine:
|
Ok, this time, I don't change the vendored Instead,
ctx, env := global.Environment(
...
// TODO: remove
eventshub.WithCustomImage("docker.io/aliok/eventshub:latest"),
) |
I am running some reconciler tests (specifically, the ones in Knative Eventing) on my MacOS machine.
The framework tries to do
ko publish
: https://github.com/knative-sandbox/reconciler-test/blob/be32f9c185c5e5596c24c7a70831fe15032d6f81/pkg/images/ko.go#L25When I pass a
PLATFORM=linux/amd64
env var, this time I get this:...and, I cannot set
GOOS
env var to my call for test as it doesn't make sense.The text was updated successfully, but these errors were encountered: