From 2423a977947fa3dc8cb181b57b1a8c0280c48b0f Mon Sep 17 00:00:00 2001 From: librasteve <40125330+librasteve@users.noreply.github.com> Date: Thu, 2 May 2024 15:18:40 +0100 Subject: [PATCH] Multiplatform ok fixes https://github.com/librasteve/raku-Dan-Polars/issues/13 --- .github/workflows/polars-weekly.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/polars-weekly.yaml b/.github/workflows/polars-weekly.yaml index a29bdc3..179c11b 100644 --- a/.github/workflows/polars-weekly.yaml +++ b/.github/workflows/polars-weekly.yaml @@ -35,13 +35,9 @@ jobs: with: context: . file: ./Dockerfile - tags: librasteve/raku-dan:polars-arm64 - #tags: librasteve/raku-dan:polars - #tags: librasteve/raku-dan:polars-amd64 + tags: librasteve/raku-dan:polars push: true - platforms: linux/arm64 - #platforms: linux/arm64,linux/amd64 - #platforms: linux/amd64 + platforms: linux/arm64,linux/amd64 - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}