Platforms
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m25s

This commit is contained in:
Atridad Lahiji 2025-02-08 02:03:47 -06:00
parent 4edd77700a
commit 1bb08e0e7b
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.REPO_HOST }}/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}