Skip to content

Commit 4540762

Browse files
committed
build(Earthly): Rename image generation task
1 parent 0f8b88f commit 4540762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION 0.8
22

3-
docker-all-platforms:
4-
BUILD --platform=linux/amd64 --platform=linux/arm64 +docker
3+
image-all-platforms:
4+
BUILD --platform=linux/amd64 --platform=linux/arm64 +image
55

6-
docker:
6+
image:
77
ARG tag=latest
88

99
FROM ghcr.io/gleam-lang/gleam:v1.10.0-erlang-alpine

0 commit comments

Comments
 (0)