Skip to content

Commit 7261c7a

Browse files
committed
Fix GitHub Actions workflow
1 parent 46b8c28 commit 7261c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
context: .github/workflows/
3737
tags: ${{ matrix.image }}:build
38+
platforms: linux/arm64
3839
build-args: IMAGE=${{ matrix.image }}:20.04
3940
cache-from: type=gha,scope=${{ matrix.image }}
4041
cache-to: type=gha,scope=${{ matrix.image }},mode=max

0 commit comments

Comments
 (0)