commit: 86cf8901ad40b9cfd2d8ccc0211f2a0978f131f0 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Jan 8 02:31:12 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 02:48:30 2023 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=86cf8901
adjust s390x image names Should fix s390x builds. Closes: https://github.com/gentoo/gentoo-docker-images/pull/123 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b13e6a9..21ac503 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,8 @@ jobs: - stage3-rv64_lp64-systemd - stage3-rv64_lp64d-openrc - stage3-rv64_lp64d-systemd - - stage3-s390x + - stage3-s390x-openrc + - stage3-s390x-systemd name: ${{ matrix.target }} runs-on: ubuntu-latest env:
