-
Notifications
You must be signed in to change notification settings - Fork 111
Release images for ARM64 #1090
base: main
Are you sure you want to change the base?
Release images for ARM64 #1090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
+ Coverage 29.45% 31.39% +1.94%
==========================================
Files 277 277
Lines 9336 9405 +69
Branches 1380 1408 +28
==========================================
+ Hits 2750 2953 +203
+ Misses 6487 6450 -37
+ Partials 99 2 -97
Continue to review full report at Codecov.
|
Hello @odidev and thanks for the contribution. it seems we may not need to add a separate workflow for every build as the full idea with multi-arch is to submit as well multi-arch images on the OCI registry (instead of having some images with a suffix like in some che repositories we're using as well the PLATFORMS file to add the list of platforms so probably if you could tweak the build.include to use buildx command if some flag is given Also, with buildx, do you the time it takes to build the image for arm64 emulator ? |
Signed-off-by: odidev <[email protected]>
Hi, |
hello, I think that it'll be handle as part of the effort to build also Power and Z images like in #1127 |
Can one of the admins verify this patch? |
Added .github/workflows/build-publish-next-arm64.yml to build and release the image for ARM46 platform.
Updated .github/workflows/build-publish-next.yml, build.include, .github/workflows/happy-path-tests.yaml, .github/workflows/pr.yml, dockerfiles/build.include and dockerfiles/theia/build.sh to build amd64 and arm64 images.