We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e4d1 commit 6a7211fCopy full SHA for 6a7211f
.github/workflows/build-publish.yaml
@@ -35,6 +35,6 @@ jobs:
35
36
- name: Build containers
37
run: |
38
- ko build --bare --sbom=none -t latest .
+ ko build --bare --sbom=none --platform linux/amd64,linux/arm64 -t latest .
39
env:
40
KO_DOCKER_REPO: ghcr.io/syncthing/infra/apt-web
0 commit comments