Skip to content

Commit a50ee32

Browse files
committed
fix(ci):Disable linux/s390x Docker builds (#887)
1 parent b9135ec commit a50ee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
IMAGE_NAME_DOCKERHUB: openlist
2121
REGISTRY: ghcr.io
2222
ARTIFACT_NAME: 'binaries_docker_release'
23-
RELEASE_PLATFORMS: 'linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/arm/v6,linux/s390x,linux/ppc64le,linux/riscv64'
23+
RELEASE_PLATFORMS: 'linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/arm/v6,linux/ppc64le,linux/riscv64' ### Temporarily disable Docker builds for linux/s390x architectures for unknown reasons.
2424
IMAGE_PUSH: ${{ github.event_name == 'push' }}
2525
IMAGE_TAGS_BETA: |
2626
type=ref,event=pr

0 commit comments

Comments
 (0)