Merge pull request #90 from himynameisjonas/patch-1
Build docker image for arm64 as well
This commit is contained in:
commit
a8dc809787
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-container.yaml
vendored
1
.github/workflows/build-container.yaml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository_owner }}/fedifetcher:${{ github.ref_name }}
|
ghcr.io/${{ github.repository_owner }}/fedifetcher:${{ github.ref_name }}
|
||||||
ghcr.io/${{ github.repository_owner }}/fedifetcher:latest
|
ghcr.io/${{ github.repository_owner }}/fedifetcher:latest
|
||||||
|
|
Loading…
Reference in a new issue