Add arm to builds
All checks were successful
Docker Build & Push / build-and-publish (push) Successful in 3m50s

This commit is contained in:
Logan Cusano
2025-11-19 03:35:43 -05:00
parent 5e885dab54
commit 6a239f3820

View File

@@ -60,7 +60,7 @@ jobs:
# Enable pushing to the registry
push: true
# Select platforms to build for (e.g., standard Linux amd64)
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
# Use the tags generated in the previous step
tags: ${{ steps.meta.outputs.tags }}
# Use the Dockerfile in the current directory (default: Dockerfile)