aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Earthfile b/Earthfile
index 0d830fa..710f00e 100644
--- a/Earthfile
+++ b/Earthfile
@@ -1,9 +1,9 @@
VERSION 0.8
-docker-all-platforms:
- BUILD --platform=linux/amd64 --platform=linux/arm64 +docker
+image-all-platforms:
+ BUILD --platform=linux/amd64 --platform=linux/arm64 +image
-docker:
+image:
ARG tag=latest
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine