diff options
author | td5038 <93895804+td5038@users.noreply.github.com> | 2023-01-29 12:54:23 -0800 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-11-26 12:53:23 -0800 |
commit | 78f6a455521e956923fa5ccf9c667c30ee0b363a (patch) | |
tree | 6b19a30646f3b47842807f128ce356fb77d232a1 | |
parent | Handle new clearsigned 'latest' files (diff) | |
download | docker-images-78f6a455521e956923fa5ccf9c667c30ee0b363a.tar.gz docker-images-78f6a455521e956923fa5ccf9c667c30ee0b363a.tar.bz2 docker-images-78f6a455521e956923fa5ccf9c667c30ee0b363a.zip |
Round out systemd desktop containers
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f65817a..d0e22e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: - stage3-amd64-openrc - stage3-amd64-desktop-openrc - stage3-amd64-systemd + - stage3-amd64-desktop-systemd - stage3-armv5tel-openrc - stage3-armv5tel-systemd - stage3-armv6j-openrc |