1#!/usr/bin/env just --justfile
2
3release:
4 docker buildx build \
5 --platform linux/arm64,linux/amd64 \
6 --tag fatfingers23/at_advent_web:latest \
7 --tag fatfingers23/at_advent:0.0.1 \
8 --file web/Dockerfile \
9 --builder desktop-linux \
10 --push .