Skip to content

Commit

Permalink
Move root main to cmd/enduro
Browse files Browse the repository at this point in the history
Fixes #873.
  • Loading branch information
sevein committed Mar 28, 2024
1 parent 2c6b81f commit 9f4a60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN --mount=type=cache,target=/go/pkg/mod \
go build \
-trimpath \
-ldflags="-X '${VERSION_PATH}.Long=${VERSION_LONG}' -X '${VERSION_PATH}.Short=${VERSION_SHORT}' -X '${VERSION_PATH}.GitCommit=${VERSION_GIT_HASH}'" \
-o /out/enduro .
-o /out/enduro \
./cmd/enduro

FROM build-go AS build-enduro-a3m-worker
ARG VERSION_PATH
Expand Down
File renamed without changes.

0 comments on commit 9f4a60a

Please sign in to comment.