From e775acc34e86fc5944d3cafbe82d89d7c7ceaf13 Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sat, 11 Apr 2026 17:44:17 -0400 Subject: [PATCH] ci(gentoo): arm64 archtecture for openrc Enable Gentoo based OpenRC testing on arm64 as well. --- .github/workflows/container-extra.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3