mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
chore: fix docker build
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
f30afb83eb
commit
0b61ffeedb
@ -14,7 +14,7 @@ RUN go mod download
|
|||||||
# Copy the go source
|
# Copy the go source
|
||||||
COPY cmd/main.go cmd/main.go
|
COPY cmd/main.go cmd/main.go
|
||||||
COPY api/ api/
|
COPY api/ api/
|
||||||
COPY internal/controller/ internal/controller/
|
COPY internal/ internal/
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
# the GOARCH has not a default value to allow the binary be built according to the host where the command
|
# the GOARCH has not a default value to allow the binary be built according to the host where the command
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user