-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Update the pause image to build for arm64 and ppc64le #23697
Conversation
"cd /build && apt-get update && apt-get install -y upx \ | ||
&& go get github.com/pwaller/goupx && goupx pause" | ||
endif | ||
ifeq ($(ARCH),arm) |
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.
I hate this duplication. @zmerlynn Do you know an if [[ cond1 || cond2 ]]; then
clause in make
?
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.
Labelling this PR as size/M |
GCE e2e build/test passed for commit 81a448a18b91f4aacdadce9075510f85e20ab656. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
GCE e2e build/test passed for commit 89373c087654b8e4306d8b728bf3bb0c15bdbf8c. |
@luxas Thanks lucas :). Can you please edit it to "make push ARCH=arm64 and make push ARCH=ppc64le"! |
@Pensu Oops, copy-paste error :) |
GCE e2e build/test passed for commit c214c76. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
Removing LGTM because the release note process has not been followed. |
@luxas: Pushed. |
GCE e2e build/test passed for commit c214c76. |
GCE e2e build/test passed for commit c214c76. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit c214c76. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
@k8s-bot test this issue: #IGNORE Tests have been pending for 24 hours |
GCE e2e build/test passed for commit c214c76. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit c214c76. |
Automatic merge from submit-queue |
@luxas Sorry for the delayed reply, I verified it but forgot to comment. It's working completely fine. Thanks! |
@Pensu Please follow #23931 closely. When that one is in, one may run http://kubernetes.io/docs/getting-started-guides/docker/ and it should just work. Only |
Fixes #22683