From: Jo Zzsi Date: Sat, 11 Apr 2026 21:44:17 +0000 (-0400) Subject: ci(gentoo): arm64 archtecture for openrc X-Git-Tag: 111~46 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e775acc;p=thirdparty%2Fdracut-ng.git ci(gentoo): arm64 archtecture for openrc Enable Gentoo based OpenRC testing on arm64 as well. --- diff --git a/.github/workflows/container-extra.yml b/.github/workflows/container-extra.yml index 8af351154..7f44b2787 100644 --- a/.github/workflows/container-extra.yml +++ b/.github/workflows/container-extra.yml @@ -44,12 +44,15 @@ jobs: - {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