diff options
| author | Fuwn <[email protected]> | 2025-07-01 11:29:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-01 11:29:33 +0000 |
| commit | b0a6e21aa00088c41be7cfe5513593feb9021c34 (patch) | |
| tree | 45deb15fbdfdac768be7f228d49bbc54a4fce498 | |
| parent | docs(gleam.toml): Bump version (diff) | |
| download | mayu-b0a6e21aa00088c41be7cfe5513593feb9021c34.tar.xz mayu-b0a6e21aa00088c41be7cfe5513593feb9021c34.zip | |
build(Earthly): Add task for pushing images for multiple platforms
| -rw-r--r-- | Earthfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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/ - |