platform
This commit is contained in:
+2
-1
@@ -47,10 +47,11 @@ ENV CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH}
|
||||
# because the renamed git.k6n.net/mats/* modules are not yet published.
|
||||
COPY --from=slaskfinder . ./slask-finder
|
||||
COPY --from=redisinventory . ./go-redis-inventory
|
||||
COPY --from=platform . ./platform
|
||||
|
||||
# This module's source (relay on .dockerignore to prune).
|
||||
COPY . ./go-cart-actor
|
||||
RUN printf 'go 1.26.2\n\nuse (\n\t.\n\t../slask-finder\n\t../go-redis-inventory\n)\n' > ./go-cart-actor/go.work
|
||||
RUN printf 'go 1.26.2\n\nuse (\n\t.\n\t../slask-finder\n\t../go-redis-inventory\n\t../platform\n)\n' > ./go-cart-actor/go.work
|
||||
WORKDIR /src/go-cart-actor
|
||||
|
||||
# (Optional) If you do NOT check in generated protobuf code, uncomment generation:
|
||||
|
||||
Reference in New Issue
Block a user