diff --git a/.github/workflows/docker_build.yaml b/.github/workflows/docker_build.yaml index e8916b47a..db6b02268 100644 --- a/.github/workflows/docker_build.yaml +++ b/.github/workflows/docker_build.yaml @@ -154,6 +154,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max