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