diff --git a/.github/workflows/fedora-mate-build.yml b/.github/workflows/fedora-mate-build.yml index 52e44ca..d7bfaf2 100644 --- a/.github/workflows/fedora-mate-build.yml +++ b/.github/workflows/fedora-mate-build.yml @@ -69,7 +69,7 @@ jobs: with: context: ./mate file: ./mate/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/fedora-xfce-build.yml b/.github/workflows/fedora-xfce-build.yml index f452a20..98c255c 100644 --- a/.github/workflows/fedora-xfce-build.yml +++ b/.github/workflows/fedora-xfce-build.yml @@ -119,7 +119,7 @@ jobs: with: context: ./xfce file: ./xfce/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/ubuntu-mate-build.yml b/.github/workflows/ubuntu-mate-build.yml index b0a0b01..406727b 100644 --- a/.github/workflows/ubuntu-mate-build.yml +++ b/.github/workflows/ubuntu-mate-build.yml @@ -69,7 +69,7 @@ jobs: with: context: ./ubuntu-mate file: ./ubuntu-mate/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}