Skip to content

Commit 1b77b8f

Browse files
committed
feat: also build arm64 images
1 parent da5376d commit 1b77b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
context: .
6262
file: ./Containerfile
63-
platforms: linux/amd64
63+
platforms: linux/amd64,linux/arm64
6464
push: true
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)