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 }}