Disable ARM docker builds (#438)

These are failing and need investigating
This commit is contained in:
Ellie Huxtable 2022-06-06 09:48:28 +01:00 committed by GitHub
parent f2abc23a1e
commit 706b1aff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max