diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-09-07 11:46:50 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-09-07 11:46:50 -0400 |
| commit | a96c8927da0fff4b2c1fd7ef7237cbaac3936ebf (patch) | |
| tree | efafff42b7bc221c719f312f52551a1eb7790222 /Earthfile | |
| parent | 66d7530ad42d1575719d55b7d26ba763ece3aa30 (diff) | |
| download | x-a96c8927da0fff4b2c1fd7ef7237cbaac3936ebf.tar.xz x-a96c8927da0fff4b2c1fd7ef7237cbaac3936ebf.zip | |
cmd: delete some old code
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -40,7 +40,7 @@ azurda: LABEL org.opencontainers.image.source="https://github.com/Xe/x" - SAVE IMAGE --push registry.fly.io/azurda:latest + SAVE IMAGE --push ghcr.io/xe/x/azurda:latest aerial: FROM +runtime @@ -82,16 +82,6 @@ hlang: SAVE IMAGE --push ghcr.io/xe/x/hlang:latest -johaus: - FROM +runtime - - COPY +everything/bin/johaus /app/bin/johaus - CMD ["/app/bin/johaus", "--port=8080"] - - LABEL org.opencontainers.image.source="https://github.com/Xe/x" - - SAVE IMAGE --push ghcr.io/xe/x/johaus:latest - mi: FROM +runtime @@ -116,16 +106,6 @@ mimi: SAVE IMAGE --push ghcr.io/xe/x/mimi:latest -robocadey2: - FROM +runtime - - COPY +everything/bin/robocadey2 /app/bin/robocadey2 - CMD ["/app/bin/robocadey2"] - - LABEL org.opencontainers.image.source="https://github.com/Xe/x" - - SAVE IMAGE --push registry.fly.io/xe-robocadey2:latest - sanguisuga: FROM +runtime @@ -156,16 +136,6 @@ todayinmarch2020: SAVE IMAGE --push ghcr.io/xe/x/todayinmarch2020:latest -tourian: - FROM +runtime - - COPY +everything/bin/tourian /app/bin/tourian - CMD ["/app/bin/tourian"] - - LABEL org.opencontainers.image.source="https://github.com/Xe/x" - - SAVE IMAGE --push registry.fly.io/tourian:latest - within-website: FROM +runtime @@ -239,13 +209,10 @@ all: BUILD --platform=linux/amd64 +future-sight BUILD --platform=linux/amd64 +hdrwtch BUILD --platform=linux/amd64 +hlang - BUILD --platform=linux/amd64 +johaus BUILD --platform=linux/amd64 +mi BUILD --platform=linux/amd64 +mimi - BUILD --platform=linux/amd64 +robocadey2 BUILD --platform=linux/amd64 +sanguisuga BUILD --platform=linux/amd64 +sapientwindex BUILD --platform=linux/amd64 +todayinmarch2020 - BUILD --platform=linux/amd64 +tourian BUILD --platform=linux/amd64 +within-website BUILD --platform=linux/amd64 +xedn
\ No newline at end of file |
