Fix Docker COPY paths for goreleaser dockers_v2 platform layout

This commit is contained in:
copilot-swe-agent[bot]
2026-07-23 12:53:47 +00:00
committed by GitHub
parent 81d0e6cda7
commit 4a2de8f8a4
3 changed files with 19 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ package: package-k3k package-k3k-kubelet ## Package the k3k and k3k-kubelet Dock
.PHONY: package-%
package-%:
docker build -f package/Dockerfile.$* \
--build-arg BIN_DIR=bin \
-t $(REPO)/$*:$(VERSION) \
-t $(REPO)/$*:latest \
-t $(REPO)/$*:dev .