We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b8c28 commit 7261c7aCopy full SHA for 7261c7a
.github/workflows/build_and_release.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
context: .github/workflows/
37
tags: ${{ matrix.image }}:build
38
+ platforms: linux/arm64
39
build-args: IMAGE=${{ matrix.image }}:20.04
40
cache-from: type=gha,scope=${{ matrix.image }}
41
cache-to: type=gha,scope=${{ matrix.image }},mode=max
0 commit comments