Attempt to fix ARM64 builds by specifying linux/amd64 platform

This commit is contained in:
2026-05-28 06:25:47 -06:00
parent c3a7f0f764
commit 5b68011cc1

View File

@@ -21,6 +21,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
platforms: linux/amd64
context: . context: .
push: true push: true
tags: | tags: |