From 2d6db82c10268ee20b7ced2e32e013142ded4b2b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Feb 2022 23:38:40 +0000 Subject: Build armv7a_hardfp_musl-openrc image Signed-off-by: Sam James Closes: https://github.com/gentoo/gentoo-docker-images/pull/118 Signed-off-by: Alexys Jacob --- .github/workflows/build.yml | 1 + README.md | 1 + deploy.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c177b11..a2284dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: - stage3-armv6j_hardfp-systemd - stage3-armv7a-openrc - stage3-armv7a-systemd + - stage3-armv7a_hardfp_musl-openrc - stage3-armv7a_hardfp-openrc - stage3-armv7a_hardfp-systemd - stage3-arm64 diff --git a/README.md b/README.md index 5242b60..a95ee11 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ The following targets are built and pushed to Docker Hub: * `stage3-armv6j_hardfp-systemd` * `stage3-armv7a-openrc` * `stage3-armv7a-systemd` + * `stage3-armv7a_hardfp_musl-openrc` * `stage3-armv7a_hardfp-openrc` * `stage3-armv7a_hardfp-systemd` * `arm64` diff --git a/deploy.sh b/deploy.sh index 1659f5e..eb584f5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -20,7 +20,7 @@ declare -A MANIFEST_TAGS=( [stage3:desktop]="amd64-desktop-openrc" [stage3:hardened]="amd64-hardened-openrc;i686-hardened-openrc" [stage3:hardened-nomultilib]="amd64-hardened-nomultilib-openrc" - [stage3:musl]="amd64-musl;arm64-musl;i686-musl" + [stage3:musl]="amd64-musl;armv7a_hardfp_musl-openrc;arm64-musl;i686-musl" [stage3:musl-hardened]="amd64-musl-hardened;ppc64le-musl-hardened-openrc" [stage3:nomultilib]="amd64-nomultilib-openrc" [stage3:nomultilib-systemd]="amd64-nomultilib-systemd" -- cgit v1.2.3-65-gdbad