diff options
author | 2021-05-02 09:36:05 -0300 | |
---|---|---|
committer | 2021-05-03 09:23:47 +0200 | |
commit | afde5561b639eab659fef11a441bf4df1a9670f3 (patch) | |
tree | b72b08c3accf0c1c43896d80a31109a724dbb78d /deploy.sh | |
parent | update example Dockerfile to point to a current official docker image (diff) | |
download | docker-images-afde5561b639eab659fef11a441bf4df1a9670f3.tar.gz docker-images-afde5561b639eab659fef11a441bf4df1a9670f3.tar.bz2 docker-images-afde5561b639eab659fef11a441bf4df1a9670f3.zip |
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 <ultrabug@gentoo.org>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ) |