diff options
author | John Helmert III <ajak@gentoo.org> | 2023-01-07 20:31:12 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-01-07 20:48:30 -0600 |
commit | 86cf8901ad40b9cfd2d8ccc0211f2a0978f131f0 (patch) | |
tree | 23dcd4a7c80c795a3bfd7030b1d1e58081732336 | |
parent | empty commit to trigger image rebuild (#122) (diff) | |
download | docker-images-86cf8901ad40b9cfd2d8ccc0211f2a0978f131f0.tar.gz docker-images-86cf8901ad40b9cfd2d8ccc0211f2a0978f131f0.tar.bz2 docker-images-86cf8901ad40b9cfd2d8ccc0211f2a0978f131f0.zip |
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@gentoo.org>
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |