mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-03 09:29:38 +05:00
install soundcloakctl from git.maid.zone in dockerfile
This commit is contained in:
@@ -13,7 +13,7 @@ RUN templ generate
|
||||
RUN go install github.com/dlclark/regexp2cg@main
|
||||
RUN go generate ./lib/*
|
||||
|
||||
RUN go install github.com/maid-zone/soundcloakctl@master
|
||||
RUN go install git.maid.zone/stuff/soundcloakctl@master
|
||||
RUN soundcloakctl config codegen
|
||||
|
||||
RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} GOOS=${TARGETOS} go build -ldflags "-s -w -extldflags '-static' -X main.commit=`git rev-parse HEAD | head -c 7` -X main.repo=`git remote get-url origin`" -o ./app
|
||||
|
||||
Reference in New Issue
Block a user