Remove ARM64 job temporarily, still not working

This commit is contained in:
benoit74 2025-02-07 08:07:23 +00:00
parent b4c0495f48
commit 5af981c01c
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
2 changed files with 49 additions and 47 deletions

View File

@ -20,7 +20,7 @@ jobs:
latest-on-tag: true latest-on-tag: true
restrict-to: openzim/zimit restrict-to: openzim/zimit
registries: ghcr.io registries: ghcr.io
credentials: credentials: |
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto repo_description: auto
@ -28,25 +28,26 @@ jobs:
platforms: | platforms: |
linux/amd64 linux/amd64
publish-arm64: # Disabled for now, see https://github.com/openzim/zimit/issues/463
runs-on: ubuntu-24.04 # publish-arm64:
name: "Publish for ARM64" # runs-on: ubuntu-24.04
# name: "Publish for ARM64"
steps: #
- uses: actions/checkout@v4 # steps:
# - uses: actions/checkout@v4
- name: Build and push Docker image #
uses: openzim/docker-publish-action@v10 # - name: Build and push Docker image
with: # uses: openzim/docker-publish-action@v10
image-name: openzim/zimit # with:
tag-pattern: /^v([0-9.]+)$/ # image-name: openzim/zimit
latest-on-tag: true # tag-pattern: /^v([0-9.]+)$/
restrict-to: openzim/zimit # latest-on-tag: true
registries: ghcr.io # restrict-to: openzim/zimit
credentials: # registries: ghcr.io
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} # credentials: |
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} # GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
repo_description: auto # GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_overview: auto # repo_description: auto
platforms: | # repo_overview: auto
linux/arm64 # platforms: |
# linux/arm64

View File

@ -22,7 +22,7 @@ jobs:
latest-on-tag: false latest-on-tag: false
restrict-to: openzim/zimit restrict-to: openzim/zimit
registries: ghcr.io registries: ghcr.io
credentials: credentials: |
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto repo_description: auto
@ -30,25 +30,26 @@ jobs:
platforms: | platforms: |
linux/amd64 linux/amd64
publish-arm64: # Disabled for now, see https://github.com/openzim/zimit/issues/463
runs-on: ubuntu-24.04-arm # publish-arm64:
name: "Publish for ARM64" # runs-on: ubuntu-24.04-arm
# name: "Publish for ARM64"
steps: #
- uses: actions/checkout@v4 # steps:
# - uses: actions/checkout@v4
- name: Build and push Docker image #
uses: openzim/docker-publish-action@v10 # - name: Build and push Docker image
with: # uses: openzim/docker-publish-action@v10
image-name: openzim/zimit # with:
manual-tag: dev # image-name: openzim/zimit
latest-on-tag: false # manual-tag: dev
restrict-to: openzim/zimit # latest-on-tag: false
registries: ghcr.io # restrict-to: openzim/zimit
credentials: # registries: ghcr.io
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} # credentials: |
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} # GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
repo_description: auto # GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_overview: auto # repo_description: auto
platforms: | # repo_overview: auto
linux/arm64 # platforms: |
# linux/arm64