oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.57k stars 5.43k forks source link

ci: use `.skip-arm64` to build only amd64 images #2626

Closed AmedeeBulle closed 1 year ago

AmedeeBulle commented 1 year ago

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.

-- Signed-off-by: Philippe Vanhaesendonck philippe.vanhaesendonck@oracle.com