diff options
| author | Fuwn <[email protected]> | 2025-07-01 11:30:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-01 11:30:30 +0000 |
| commit | 682d2d55a8a8ca2bf2e4efa95b8fa61057b405a9 (patch) | |
| tree | cd17801cf5047b0d4b4b5d184bddf3076f9be9b5 | |
| parent | build(Earthly): Add task for pushing images for multiple platforms (diff) | |
| download | mayu-682d2d55a8a8ca2bf2e4efa95b8fa61057b405a9.tar.xz mayu-682d2d55a8a8ca2bf2e4efa95b8fa61057b405a9.zip | |
build(Earthly): Rename image generation task
| -rw-r--r-- | Earthfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |