testing without arm64 build

This commit is contained in:
Michael Trip 2023-09-30 19:24:48 +02:00 committed by GitHub
parent 030e0b65ca
commit ca418f8461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,8 @@ jobs:
with: with:
context: ./ubuntu-mate context: ./ubuntu-mate
file: ./ubuntu-mate/Dockerfile file: ./ubuntu-mate/Dockerfile
platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}