fix: build package for many platforms

adds support for arm64
This commit is contained in:
Stefan 2025-04-17 15:54:40 +01:00 committed by GitHub
parent d85047f45f
commit 9d1879b9fe
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -173,6 +173,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/pesde-pkg/registry:latest ghcr.io/pesde-pkg/registry:latest