From 5af981c01c6f7f65b43fc13204884ebfc58fdaa8 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 7 Feb 2025 08:07:23 +0000 Subject: [PATCH] Remove ARM64 job temporarily, still not working --- .github/workflows/Publish.yml | 49 ++++++++++---------- .github/workflows/PublishDockerDevImage.yaml | 47 ++++++++++--------- 2 files changed, 49 insertions(+), 47 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 7121cb7..1ddb343 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -5,7 +5,7 @@ on: types: [published] jobs: - publish-amd64: + publish-amd64: runs-on: ubuntu-24.04 name: "Publish for AMD64" @@ -20,7 +20,7 @@ jobs: latest-on-tag: true restrict-to: openzim/zimit registries: ghcr.io - credentials: + credentials: | GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} repo_description: auto @@ -28,25 +28,26 @@ jobs: platforms: | linux/amd64 - publish-arm64: - runs-on: ubuntu-24.04 - name: "Publish for ARM64" - - steps: - - uses: actions/checkout@v4 - - - name: Build and push Docker image - uses: openzim/docker-publish-action@v10 - with: - image-name: openzim/zimit - tag-pattern: /^v([0-9.]+)$/ - latest-on-tag: true - restrict-to: openzim/zimit - registries: ghcr.io - credentials: - GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} - GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} - repo_description: auto - repo_overview: auto - platforms: | - linux/arm64 + # Disabled for now, see https://github.com/openzim/zimit/issues/463 + # publish-arm64: + # runs-on: ubuntu-24.04 + # name: "Publish for ARM64" + # + # steps: + # - uses: actions/checkout@v4 + # + # - name: Build and push Docker image + # uses: openzim/docker-publish-action@v10 + # with: + # image-name: openzim/zimit + # tag-pattern: /^v([0-9.]+)$/ + # latest-on-tag: true + # restrict-to: openzim/zimit + # registries: ghcr.io + # credentials: | + # GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} + # GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} + # repo_description: auto + # repo_overview: auto + # platforms: | + # linux/arm64 diff --git a/.github/workflows/PublishDockerDevImage.yaml b/.github/workflows/PublishDockerDevImage.yaml index 05a8ae1..1cbecea 100644 --- a/.github/workflows/PublishDockerDevImage.yaml +++ b/.github/workflows/PublishDockerDevImage.yaml @@ -22,7 +22,7 @@ jobs: latest-on-tag: false restrict-to: openzim/zimit registries: ghcr.io - credentials: + credentials: | GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} repo_description: auto @@ -30,25 +30,26 @@ jobs: platforms: | linux/amd64 - publish-arm64: - runs-on: ubuntu-24.04-arm - name: "Publish for ARM64" - - steps: - - uses: actions/checkout@v4 - - - name: Build and push Docker image - uses: openzim/docker-publish-action@v10 - with: - image-name: openzim/zimit - manual-tag: dev - latest-on-tag: false - restrict-to: openzim/zimit - registries: ghcr.io - credentials: - GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} - GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} - repo_description: auto - repo_overview: auto - platforms: | - linux/arm64 + # Disabled for now, see https://github.com/openzim/zimit/issues/463 + # publish-arm64: + # runs-on: ubuntu-24.04-arm + # name: "Publish for ARM64" + # + # steps: + # - uses: actions/checkout@v4 + # + # - name: Build and push Docker image + # uses: openzim/docker-publish-action@v10 + # with: + # image-name: openzim/zimit + # manual-tag: dev + # latest-on-tag: false + # restrict-to: openzim/zimit + # registries: ghcr.io + # credentials: | + # GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} + # GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} + # repo_description: auto + # repo_overview: auto + # platforms: | + # linux/arm64