From b0a6e21aa00088c41be7cfe5513593feb9021c34 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 1 Jul 2025 11:29:33 +0000 Subject: build(Earthly): Add task for pushing images for multiple platforms --- Earthfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index 777c8ab..0d830fa 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 -all: - BUILD +docker +docker-all-platforms: + BUILD --platform=linux/amd64 --platform=linux/arm64 +docker docker: ARG tag=latest @@ -44,4 +44,3 @@ build: && gleam export erlang-shipment SAVE ARTIFACT /mayu/build/erlang-shipment/ - -- cgit v1.2.3