Skip to content

Commit 6a7211f

Browse files
committed
build: multi platform image
1 parent c00e4d1 commit 6a7211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535

3636
- name: Build containers
3737
run: |
38-
ko build --bare --sbom=none -t latest .
38+
ko build --bare --sbom=none --platform linux/amd64,linux/arm64 -t latest .
3939
env:
4040
KO_DOCKER_REPO: ghcr.io/syncthing/infra/apt-web

0 commit comments

Comments
 (0)