We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fc6e1 commit cad374cCopy full SHA for cad374c
.github/workflows/images-dryrun.yml
@@ -48,7 +48,7 @@ jobs:
48
push: false
49
tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
50
labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
51
- platforms: linux/amd64
+ platforms: linux/amd64, linux/arm64
52
cache-from: type=gha
53
cache-to: type=gha,mode=max
54
file: Containerfile
.github/workflows/images.yml
@@ -67,7 +67,7 @@ jobs:
67
push: true
68
69
70
71
72
73
0 commit comments