We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3053238 commit 882066dCopy full SHA for 882066d
.github/workflows/build.yml
@@ -27,5 +27,6 @@ jobs:
27
name: Build and push server
28
uses: docker/build-push-action@v6
29
with:
30
+ platforms: linux/amd64,linux/arm64
31
tags: ghcr.io/subdavis/kobodl:latest
32
push: true
0 commit comments