Remove unpopular archs

For now, we need to stick to the most used archs for resources and build time reasons.
This commit is contained in:
Mohamed Elashri 2024-04-04 21:35:22 +00:00 committed by GitHub
parent b1a3124fcc
commit 74bff84226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}