Rather than using an obscure test in build-and-push-dev-images.yml to determine if we build for arm64 or not, I propose to use a .skip-arm64 file marker for the ones where we only want an amd64 image.
Other than that, there is no change in the outcome, except we now build oraclelinux8-python:3.6-oracledb for arm64 as well.
Rather than using an obscure test in
build-and-push-dev-images.yml
to determine if we build forarm64
or not, I propose to use a.skip-arm64
file marker for the ones where we only want anamd64
image.Other than that, there is no change in the outcome, except we now build
oraclelinux8-python:3.6-oracledb
for arm64 as well.-- Signed-off-by: Philippe Vanhaesendonck philippe.vanhaesendonck@oracle.com