aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-20 17:25:45 -0800
committerFuwn <[email protected]>2026-01-20 17:25:45 -0800
commit6c62056e29547e743a2098d17f4fd911f8512404 (patch)
tree7ac7d8ee9cd2269e42c8f389a912aaf9ae54e5f9 /justfile
parentstyle: Reindent justfile with 2 spaces (diff)
downloadkaze-6c62056e29547e743a2098d17f4fd911f8512404.tar.xz
kaze-6c62056e29547e743a2098d17f4fd911f8512404.zip
feat: Add dockerx command for multi-platform builds
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 4fbb1af..87a9ef5 100644
--- a/justfile
+++ b/justfile
@@ -69,3 +69,6 @@ build-windows:
# Docker build
docker:
docker build -t kaze:{{version}} .
+
+dockerx version:
+ docker buildx build --push --platform linux/amd64,linux/arm64 -t ghcr.io/fuwn/kaze:{{version}} .