Build docker image for arm64 as well
Makes it possible to run it on a RaspberryPi
This commit is contained in:
parent
f69eaed5a6
commit
099ef7d37a
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
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/fedifetcher:${{ github.ref_name }}
|
||||
ghcr.io/${{ github.repository_owner }}/fedifetcher:latest
|
||||
|
|
Loading…
Reference in a new issue