back to single platform

ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
This commit is contained in:
a-sync
2024-09-07 13:51:00 +02:00
parent ec3b861c69
commit b9356b0173

View File

@@ -35,7 +35,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}