tools: Build arm32 ghcr build images on aarch64 nodes#4155
tools: Build arm32 ghcr build images on aarch64 nodes#4155karianna merged 4 commits intoadoptium:masterfrom
Conversation
| } | ||
|
|
||
| def dockerBuildArm32(architecture, distro, dockerfile) { | ||
| sh "rm -vf *.sha256" |
There was a problem hiding this comment.
Do we need to check for existence first?
There was a problem hiding this comment.
-f should mean that's not required.
|
Had to add |
|
Latest build looks good https://ci.adoptium.net/job/build_image_updater/120/execution/node/95/log/ |
|
Its pulling the correct bootjdks, unlike last time |
|
Forgot to archive the sha of the build image after building. Rerunning https://ci.adoptium.net/job/build_image_updater/121/console |
sxa
left a comment
There was a problem hiding this comment.
I'll also note that it may be interesting to write a blog post about what we're doing in this area and talking about the technical changes required to move from building container images on native machines to aarch64 host systems.
(To be clear, I'm happy to write something myself if you'd prefer, but I don't want to take it away from you!)
ref #4088 (comment)