Support 32 and 64 bit ARM architectures for Docker image

Fixes #816

Signed-off-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
Zach Gollwitzer
2024-05-30 21:42:09 -04:00
committed by GitHub
parent 4ebc08e5a4
commit 32e647f0fb

View File

@@ -65,7 +65,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false