Merge pull request #90 from himynameisjonas/patch-1

Build docker image for arm64 as well
This commit is contained in:
Michael 2023-12-18 10:19:11 +00:00 committed by GitHub
commit a8dc809787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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