We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9135ec commit a50ee32Copy full SHA for a50ee32
.github/workflows/test_docker.yml
@@ -20,7 +20,7 @@ env:
20
IMAGE_NAME_DOCKERHUB: openlist
21
REGISTRY: ghcr.io
22
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'
+ 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.
24
IMAGE_PUSH: ${{ github.event_name == 'push' }}
25
IMAGE_TAGS_BETA: |
26
type=ref,event=pr
0 commit comments