From afde5561b639eab659fef11a441bf4df1a9670f3 Mon Sep 17 00:00:00 2001 From: Lino Bigatti Date: Sun, 2 May 2021 09:36:05 -0300 Subject: Add support for systemd and musl-hardened profiles to ppc64le. Closes: https://github.com/gentoo/gentoo-docker-images/pull/105 Signed-off-by: Alexys Jacob --- .github/workflows/build.yml | 2 ++ deploy.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ce80e8..0f7349b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,8 @@ jobs: - stage3-armv6j_hardfp - stage3-armv7a_hardfp - stage3-ppc64le + - stage3-ppc64le-musl-hardened + - stage3-ppc64le-systemd - stage3-s390x - stage3-x86 - stage3-x86-hardened diff --git a/deploy.sh b/deploy.sh index 8aa89a8..0a49525 100755 --- a/deploy.sh +++ b/deploy.sh @@ -22,10 +22,10 @@ declare -A MANIFEST_ARCHES=( [stage3:latest]="amd64;arm64;armv5tel;armv6j_hardfp;armv7a_hardfp;ppc64le;s390x;x86" [stage3:hardened]="amd64;x86" [stage3:hardened-nomultilib]="amd64" - [stage3:musl-hardened]="amd64" + [stage3:musl-hardened]="amd64;ppc64le" [stage3:musl-vanilla]="amd64;x86" [stage3:nomultilib]="amd64" - [stage3:systemd]="amd64;arm64;x86" + [stage3:systemd]="amd64;arm64;x86;ppc64le" [stage3:uclibc-hardened]="amd64;x86" [stage3:uclibc-vanilla]="amd64;x86" ) -- cgit v1.2.3-65-gdbad