diff --git a/.github/workflows/fedora-mate-build.yml b/.github/workflows/fedora-mate-build.yml index 407ad7a..1c9c559 100644 --- a/.github/workflows/fedora-mate-build.yml +++ b/.github/workflows/fedora-mate-build.yml @@ -70,7 +70,7 @@ jobs: context: ./mate file: ./mate/Dockerfile # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}