You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/postrenderer/testdata/plugins/extismv1-str-replace/Makefile

12 lines
208 B

.DEFAULT: build
.PHONY: build test vet
.PHONY: plugin.wasm
plugin.wasm:
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o plugin.wasm .
build: plugin.wasm
vet:
GOOS=wasip1 GOARCH=wasm go vet ./...