Add more architectures

This commit is contained in:
Djuri Baars 2024-06-10 22:55:04 +02:00
parent 90720c0455
commit d5847a24cd

View file

@ -29,6 +29,14 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: |
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
tags: ghcr.io/btclock/${{ env.IMAGE_NAME }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max