aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_test.yml
diff options
context:
space:
mode:
authorAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 09:59:23 +0900
committerAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-28 09:59:23 +0900
commit3fddbefdb51ad5be5ead6cac533d3c04da4a9a8f (patch)
treee0a3488cdf6ba64003439ea9a08554f70024b30d /.github/workflows/container_test.yml
parentdded814a6298ede88b7f1eb2e1d630c94934e0b1 (diff)
downloadseaweedfs-3fddbefdb51ad5be5ead6cac533d3c04da4a9a8f.tar.xz
seaweedfs-3fddbefdb51ad5be5ead6cac533d3c04da4a9a8f.zip
fix(ci): seaweedfs does not build for ppc or z-kernel systems
Diffstat (limited to '.github/workflows/container_test.yml')
-rw-r--r--.github/workflows/container_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml
index dbb542e54..76e46ff80 100644
--- a/.github/workflows/container_test.yml
+++ b/.github/workflows/container_test.yml
@@ -39,6 +39,6 @@ jobs:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
file: ./docker/Dockerfile
- platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
+ platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}