mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 14:23:11 -04:00
Remove ARM64 job temporarily, still not working
This commit is contained in:
parent
b4c0495f48
commit
5af981c01c
49
.github/workflows/Publish.yml
vendored
49
.github/workflows/Publish.yml
vendored
@ -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
|
||||
|
47
.github/workflows/PublishDockerDevImage.yaml
vendored
47
.github/workflows/PublishDockerDevImage.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user