RUN direct
All checks were successful
${{ github.actor }} executed Build Push Prod / build (push) Successful in 20m0s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 19s

This commit is contained in:
maximo tejeda 2024-12-03 10:12:58 -04:00
parent 3f51cf48e8
commit 7b3f65eabd

View File

@ -12,6 +12,5 @@ RUN go build -o bin/crawler \
-ldflags "-X main.Shortsha=${SHORTSHA} \ -ldflags "-X main.Shortsha=${SHORTSHA} \
-X main.Version=${version} \ -X main.Version=${version} \
-X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go -X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go
COPY /app/bin/crawler /usr/bin/ ENTRYPOINT /app/bin/crawler
ENTRYPOINT /usr/bin/crawler