mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Switch to codeberg.org/rimgo/rimgo
This commit is contained in:
@@ -8,7 +8,7 @@ COPY . .
|
|||||||
|
|
||||||
RUN npx tailwindcss -i static/tailwind.css -o static/app.css -m
|
RUN npx tailwindcss -i static/tailwind.css -o static/app.css -m
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
RUN GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=0 go build -ldflags "-X codeberg.org/video-prize-ranch/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
|
RUN GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=0 go build -ldflags "-X codeberg.org/rimgo/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
|
||||||
|
|
||||||
FROM scratch as bin
|
FROM scratch as bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user