- {dockerfile: 'Dockerfile-fedora', tag: 'centos:latest', registry: 'quay.io/centos'}
- {dockerfile: 'Dockerfile-debian', tag: 'debian:sid'}
- {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:amd64-openrc', option: 'amd64-openrc'}
+ - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:arm64-openrc', option: 'arm64-openrc'}
- {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', option: 'systemd'}
exclude:
- config: {tag: 'arch:latest'}
architecture: {platform: 'linux/arm64'}
- config: {tag: 'gentoo:amd64-openrc'}
architecture: {platform: 'linux/arm64'}
+ - config: {tag: 'gentoo:arm64-openrc'}
+ architecture: {tag: 'amd'}
steps:
- name: Check out the repo
uses: actions/checkout@v6