Skip to content

Commit

Permalink
feat(caddy): update caddy build
Browse files Browse the repository at this point in the history
update caddy build

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Oct 2, 2024
1 parent 0ea1d30 commit b6ee59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caddy/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build-caddy:
ARG --required BUILD_DATE
ARG --required VERSION

ENV GOAMD64=v3

RUN --mount=type=cache,target=/go/pkg \
echo ">>>>>>>>>>>>>>> Build Version: ${VERSION} <<<<<<<<<<<<<<<" \
&& go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest \
Expand All @@ -19,8 +21,6 @@ build-caddy:
--with github.com/abiosoft/caddy-exec \
--with github.com/greenpau/caddy-trace \
--with github.com/hairyhenderson/caddy-teapot-module \
--with github.com/kirsch33/realip \
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/caddyserver/transform-encoder \
--with github.com/caddyserver/replace-response \
--with github.com/imgk/caddy-trojan
Expand Down

0 comments on commit b6ee59c

Please sign in to comment.