try adding arm64 to docker build

This commit is contained in:
James Ravenscroft 2023-04-13 08:25:09 +01:00
parent 474ee0271b
commit 81eb245dbd

View File

@ -42,6 +42,7 @@ jobs:
push: true
tags: ghcr.io/ravenscroftj/turbopilot
context: ${{github.workspace}}
platforms: linux/amd64,linux/arm64
# - name: Publish Docker Image to GitHub Registry
# # You may pin to the exact commit or the version.