Add arm to builds
All checks were successful
Docker Build & Push / build-and-publish (push) Successful in 3m50s
All checks were successful
Docker Build & Push / build-and-publish (push) Successful in 3m50s
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
# Enable pushing to the registry
|
# Enable pushing to the registry
|
||||||
push: true
|
push: true
|
||||||
# Select platforms to build for (e.g., standard Linux amd64)
|
# 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
|
# Use the tags generated in the previous step
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# Use the Dockerfile in the current directory (default: Dockerfile)
|
# Use the Dockerfile in the current directory (default: Dockerfile)
|
||||||
|
|||||||
Reference in New Issue
Block a user