mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 12:05:13 -04:00
Fixed #178: publish images for arm64
This commit is contained in:
parent
1224476b41
commit
c9c7e7a26f
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Retrieve source code
|
||||
uses: actions/checkout@v3.4.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: openzim/docker-publish-action@v9
|
||||
uses: openzim/docker-publish-action@v10
|
||||
with:
|
||||
image-name: openzim/zimit
|
||||
on-master: dev
|
||||
@ -30,3 +30,6 @@ jobs:
|
||||
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
|
||||
repo_description: auto
|
||||
repo_overview: auto
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user