From 4ce3c51c625f467cca889ed089b81e36a6831ef7 Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Thu, 21 Sep 2023 14:59:06 +0300 Subject: [PATCH] Update build push config Enable push and build arm64 for macbooks. --- .github/workflows/build-persister.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-persister.yml b/.github/workflows/build-persister.yml index 1baa161..660d11b 100644 --- a/.github/workflows/build-persister.yml +++ b/.github/workflows/build-persister.yml @@ -48,5 +48,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64 + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}