From d2216bf5de90d3c1561e8807f006274127c95586 Mon Sep 17 00:00:00 2001 From: librasteve <40125330+librasteve@users.noreply.github.com> Date: Thu, 2 May 2024 14:10:08 +0100 Subject: [PATCH] retry multiplatform --- .github/workflows/polars-weekly.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/polars-weekly.yaml b/.github/workflows/polars-weekly.yaml index 9bd77e4..cdc38a5 100644 --- a/.github/workflows/polars-weekly.yaml +++ b/.github/workflows/polars-weekly.yaml @@ -35,11 +35,11 @@ jobs: with: context: . file: ./Dockerfile - #tags: librasteve/raku-dan:polars - tags: librasteve/raku-dan:polars-amd64 + tags: librasteve/raku-dan:polars + #tags: librasteve/raku-dan:polars-amd64 push: true - #platforms: linux/arm64,linux/amd64 - platforms: linux/amd64 + platforms: linux/arm64,linux/amd64 + #platforms: linux/amd64 - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}