We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a4f55 commit 9360a72Copy full SHA for 9360a72
.github/workflows/builddocker.yml
@@ -28,6 +28,6 @@ jobs:
28
with:
29
context: .
30
push: true
31
- platforms: linux/amd64,linux/arm64 # Enable multi-platform builds
+ platforms: linux/arm64 # Specific for arm build
32
file: Dockerfile # Path to your Dockerfile
33
tags: ghcr.io/sasip-climate/workshop:latest
0 commit comments