#!/usr/bin/env just --justfile release: docker buildx build \ --platform linux/arm64,linux/amd64 \ --tag fatfingers23/at_advent_web:latest \ --tag fatfingers23/at_advent:0.0.1 \ --file web/Dockerfile \ --builder desktop-linux \ --push .