diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-22 20:44:08 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-22 20:44:08 -0400 |
| commit | ef426c5bcb3e7e6c571717fcfcb956632732dfb4 (patch) | |
| tree | 7208c3cc3aebd9fd3dc55daddb7ea3768201ea1e | |
| parent | 6a4f461896a99af7e49015d3f6e0a76da3f3df12 (diff) | |
| download | x-ef426c5bcb3e7e6c571717fcfcb956632732dfb4.tar.xz x-ef426c5bcb3e7e6c571717fcfcb956632732dfb4.zip | |
Earthfile: delete anubis rules
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | Earthfile | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -67,28 +67,6 @@ aerial: amano: BUILD +ship --PROGRAM=amano --GOARCH=amd64 -anubis-amd64: - FROM +ship --PROGRAM=anubis --GOARCH=amd64 - CMD ["/app/bin/anubis"] - USER 1000:1000 - - HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["/app/bin/anubis", "--healthcheck"] - - SAVE IMAGE --push ghcr.io/xe/x/anubis:latest - -anubis-arm64: - FROM +ship --PROGRAM=anubis --GOARCH=arm64 - CMD ["/app/bin/anubis"] - USER 1000:1000 - - HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["/app/bin/anubis", "--healthcheck"] - - SAVE IMAGE --push ghcr.io/xe/x/anubis:latest - -anubis: - BUILD +anubis-amd64 - BUILD +anubis-arm64 - aura: FROM +runtime @@ -293,7 +271,6 @@ xedn: all: BUILD --pass-args --platform=linux/amd64 +aerial BUILD --pass-args --platform=linux/amd64 +amano - BUILD --pass-args --platform=linux/amd64 +anubis BUILD --pass-args --platform=linux/amd64 +aura BUILD --pass-args --platform=linux/amd64 +future-sight BUILD --pass-args --platform=linux/amd64 +hdrwtch |
