Skip to content

Commit

Permalink
purger: fix build for arm using alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 18, 2023
1 parent c7a330c commit 07a3745
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 @@ -36,7 +36,7 @@ build/plugin/rpaasv2: build-dirs

.PHONY: build/purger
build/purger: build-dirs
go build -o $(GO_BUILD_DIR)/ ./cmd/purger
CGO_ENABLED=0 go build -o $(GO_BUILD_DIR)/ ./cmd/purger

.PHONY: build-dirs
build-dirs:
Expand Down

0 comments on commit 07a3745

Please sign in to comment.