-
Notifications
You must be signed in to change notification settings - Fork 132
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
Create a multiarch image #90
Create a multiarch image #90
Conversation
Welcome @johngmyers! |
/assign @MrHohn |
Sorry that I missed this. Thanks and I will try to test this and get back today. |
Thanks @MrHohn ! |
Sorry for the delay, I tried to run this locally and hit the below error:
Any prerequisite on the docker CLI configuration? |
Okay, I was able to run it with Looks like this is working fine - gcr.io/zihongz-k8s-dev/cluster-proportional-autoscaler:1.8.1-dirty for example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, MrHohn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@MrHohn you could add DOCKER_CLI_EXPERIMENTAL=enabled docker manifest create $(MULTIARCH_IMAGE):$(VERSION) \
$(addprefix --amend $(REGISTRY)/$(BIN)-, $(addsuffix :$(VERSION), $(ALL_ARCH))) |
@MrHohn could we get a release cut with this PR in it? |
@johngmyers Sorry for the delay - sure thing, let's track the release on #89. |
This is an attempt to address #89.
I don't have gcloud credentials, so cannot test.