Skip to content

Commit 98ab2c8

Browse files
committed
Build only amd64 for now?
1 parent b0f0d66 commit 98ab2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
platforms: linux/amd64,linux/arm64
41+
platforms: linux/amd64 # TODO: ,linux/arm64 via cross and multi-arch build?
4242
tags: ${{ steps.meta.outputs.tags }}
4343
labels: ${{ steps.meta.outputs.labels }}
4444
env:

0 commit comments

Comments
 (0)