vendor fix

This commit is contained in:
Kwitsch 2022-09-14 16:46:30 +02:00
parent 076c0c6dd0
commit c37637ab1e
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
go mod tidy
go mod download
go generate ./...
go mod vendor
go mod vendor -v
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

View File

@ -37,6 +37,7 @@ ADD . .
# build binary
RUN go build \
-mod=vendor \
-tags static \
-v \
-ldflags="-linkmode external -extldflags -static -X github.com/0xERR0R/blocky/util.Version=${VERSION} -X github.com/0xERR0R/blocky/util.BuildTime=${BUILD_TIME}" \