Skip to content

Commit 0dab791

Browse files
committed
enable s390x nightly build
Signed-off-by: Yan Song Liu <[email protected]>
1 parent 7b280d7 commit 0dab791

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ jobs:
3333
nightly-buster-slim
3434
- name: bullseye
3535
context: nightly/bullseye
36-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le
36+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
3737
tags: |
3838
nightly-bullseye
3939
- name: slim-bullseye
4040
context: nightly/bullseye/slim
41-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le
41+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
4242
tags: |
4343
nightly-bullseye-slim
4444
- name: bookworm
4545
context: nightly/bookworm
46-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le
46+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
4747
tags: |
4848
nightly-bookworm
4949
nightly
5050
- name: slim-bookworm
5151
context: nightly/bookworm/slim
52-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le
52+
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
5353
tags: |
5454
nightly-bookworm-slim
5555
nightly-slim

0 commit comments

Comments
 (0)