diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:23:20 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 11:23:20 +0900 |
| commit | 5a10f27c8d599a15779358023330928c3b19da3c (patch) | |
| tree | f2e7c536dd7f5af9732cafa0e44ee0252d490e9b /.github/workflows/container_test.yml | |
| parent | 46e78e9b3ef7b3a48553411ff56ef2dcf54ea5b3 (diff) | |
| download | seaweedfs-5a10f27c8d599a15779358023330928c3b19da3c.tar.xz seaweedfs-5a10f27c8d599a15779358023330928c3b19da3c.zip | |
fix(ci): remove ppc64le and s390x support
Diffstat (limited to '.github/workflows/container_test.yml')
| -rw-r--r-- | .github/workflows/container_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 122248b14..a2e94b7bb 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -44,6 +44,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/386,linux/arm/v7,linux/arm/v6 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} |
