diff options
author | td5038 <93895804+td5038@users.noreply.github.com> | 2023-01-29 13:00:23 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-11-26 12:53:38 -0800 |
commit | f28266e3db21e05a40f57e88b8e794732474b9ce (patch) | |
tree | c11761e4df382b1eedff233da24827b9f154b46e | |
parent | Round out systemd desktop containers (diff) | |
download | docker-images-f28266e3db21e05a40f57e88b8e794732474b9ce.tar.gz docker-images-f28266e3db21e05a40f57e88b8e794732474b9ce.tar.bz2 docker-images-f28266e3db21e05a40f57e88b8e794732474b9ce.zip |
Add mergedusr support on amd64
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0e22e8..a22ace1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,9 @@ jobs: - stage3-amd64-openrc - stage3-amd64-desktop-openrc - stage3-amd64-systemd + - stage3-amd64-systemd-mergedusr - stage3-amd64-desktop-systemd + - stage3-amd64-desktop-systemd-mergedusr - stage3-armv5tel-openrc - stage3-armv5tel-systemd - stage3-armv6j-openrc |