aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantinos Smanis <konstantinos.smanis@gmail.com>2021-08-04 23:35:41 +0300
committerAlexys Jacob <ultrabug@gentoo.org>2021-08-20 20:05:13 +0200
commit7d477af788c1b206bd22d1268ed75e842d3fe00e (patch)
tree9f4a9a089f76c79d1d9e2d92148701b25a7deff5 /.github
parentAdd support for systemd and musl-hardened profiles to ppc64le. (diff)
downloaddocker-images-7d477af788c1b206bd22d1268ed75e842d3fe00e.tar.gz
docker-images-7d477af788c1b206bd22d1268ed75e842d3fe00e.tar.bz2
docker-images-7d477af788c1b206bd22d1268ed75e842d3fe00e.zip
Update stage3 targets
Closes: #109 Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/108 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml38
1 files changed, 21 insertions, 17 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0f7349b..a5ec941 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,30 +16,34 @@ jobs:
matrix:
target:
- portage
- - stage3-amd64
- - stage3-amd64-hardened
- - stage3-amd64-hardened-nomultilib
+ - stage3-amd64-hardened-nomultilib-openrc
+ - stage3-amd64-hardened-openrc
+ - stage3-amd64-musl
- stage3-amd64-musl-hardened
- - stage3-amd64-musl-vanilla
- - stage3-amd64-nomultilib
+ - stage3-amd64-nomultilib-openrc
+ - stage3-amd64-nomultilib-systemd
+ - stage3-amd64-openrc
- stage3-amd64-systemd
- - stage3-amd64-uclibc-hardened
- - stage3-amd64-uclibc-vanilla
- - stage3-arm64
- - stage3-arm64-systemd
- stage3-armv5tel
+ - stage3-armv5tel-systemd
+ - stage3-armv6j
+ - stage3-armv6j-systemd
- stage3-armv6j_hardfp
+ - stage3-armv6j_hardfp-systemd
+ - stage3-armv7a
+ - stage3-armv7a-systemd
- stage3-armv7a_hardfp
- - stage3-ppc64le
- - stage3-ppc64le-musl-hardened
+ - stage3-armv7a_hardfp-systemd
+ - stage3-arm64
+ - stage3-arm64-systemd
+ - stage3-i686-hardened-openrc
+ - stage3-i686-musl
+ - stage3-i686-openrc
+ - stage3-i686-systemd
+ - stage3-ppc64le-musl-hardened-openrc
+ - stage3-ppc64le-openrc
- stage3-ppc64le-systemd
- stage3-s390x
- - stage3-x86
- - stage3-x86-hardened
- - stage3-x86-musl-vanilla
- - stage3-x86-systemd
- - stage3-x86-uclibc-hardened
- - stage3-x86-uclibc-vanilla
name: ${{ matrix.target }}
runs-on: ubuntu-latest
env: