-
Notifications
You must be signed in to change notification settings - Fork 828
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
sdk arm64 images #2521
sdk arm64 images #2521
Conversation
Build Failed 😱 Build Id: 2cc6e0d9-8e2a-4516-a449-e671ecddd4d3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: ab43d14e-ae52-4283-be99-4de83ed31dfa To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: c9c177f8-7c9c-47f6-a7a5-e24fa1ae013e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: aaccee7c-9a9f-404e-a0a8-0fb9c5ac22e2 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 6dec9780-0290-4bef-ba34-864ff7c55c2f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 364c0497-4255-4e24-b458-fd67880fea53 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 497013b3-6fb7-489d-8d39-ce02c5969cac To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: af47c522-65c8-45f1-9796-fa8037e727e4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 2d2adb14-c839-4c10-a1a2-7f047353ba96 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 9b7c62c8-5e26-4668-8591-04f09a815321 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 86dc4deb-9503-4809-82be-91b59c2212c8 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 397a6b01-a539-4492-99c9-eddfde4a940f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 9882219d-0707-4369-b574-a8f832110bf6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 51d37b5e-ad57-4175-9fac-8b499fea19f4 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: 563ac549-f435-4853-937a-5a4888f55de9 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: ab0405de-4a9d-4bee-80a1-b9d75d584508 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 142c67a1-f947-4325-9b24-319daaeff18c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
push-agones-sdk-linux-image-arm64: $(ensure-build-image) | ||
$(MAKE) DOCKER_BUILD_ARGS=--push build-agones-sdk-image-arm64 | ||
|
||
push-agones-sdk-linux-image-amd64: $(ensure-build-image) |
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 believe that this should depend on build-agones-sdk-image-amd64
instead of having the build image. I tried running this target (having modified the name of the image locally so it wouldn't exist) and got an error:
make: *** [Makefile:521: push-agones-sdk-linux-image-amd64] Error 1
For some reason the arm and windows targets above didn't have this issue, and I'm not sure why (maybe because they use buildx?).
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 tested this change locally and it had the desired effect.
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'm going to merge this PR as-is and will send a follow up PR to tweak this line.
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.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ludea, roberthbailey 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 |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Build sdk image for arm64 hosts
Which issue(s) this PR fixes:
Work on #2216
Special notes for your reviewer: