Add platform specification for Docker builds

This commit is contained in:
clsferguson 2025-09-10 21:39:39 -06:00 committed by GitHub
parent 7decaccfcd
commit 97ac355d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}
@ -142,6 +143,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ needs.check-tag.outputs.current_tag }}