diff options
| author | Fuwn <[email protected]> | 2026-01-20 17:25:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 17:25:45 -0800 |
| commit | 6c62056e29547e743a2098d17f4fd911f8512404 (patch) | |
| tree | 7ac7d8ee9cd2269e42c8f389a912aaf9ae54e5f9 /justfile | |
| parent | style: Reindent justfile with 2 spaces (diff) | |
| download | kaze-6c62056e29547e743a2098d17f4fd911f8512404.tar.xz kaze-6c62056e29547e743a2098d17f4fd911f8512404.zip | |
feat: Add dockerx command for multi-platform builds
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}} . |