Skip to content

Commit

Permalink
ci: update the arch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Oct 23, 2024
1 parent bc41ac2 commit 2b0eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ build-node-cleanup-controller-linux-%:
build-and-push-container-linux-%: init-buildx
CGO_ENABLED=0 GOOS=linux GOARCH=$* go build -a -ldflags '-extldflags "-static"' -mod vendor -o _output/linux/$*/local-volume-provisioner ./cmd/local-volume-provisioner
$(DOCKER) buildx build --file=./deployment/docker/Dockerfile --platform=linux/$* \
-t $(STAGINGIMAGE):$(STAGINGVERSION)_linux_$* \
-t $(STAGINGIMAGE):$(STAGINGVERSION) \
--build-arg OS=linux \
--build-arg ARCH=$* \
--push .
Expand Down

0 comments on commit 2b0eecc

Please sign in to comment.