We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efabfc + 3652c53 commit 68d5ec7Copy full SHA for 68d5ec7
Makefile
@@ -124,7 +124,7 @@ azurelustre:
124
125
.PHONY: azurelustre-dalec
126
azurelustre-dalec:
127
- GOOS=linux GOARCH=$(ARCH) go build -a -ldflags ${LDFLAGS} -mod vendor -o /app/azurelustreplugin ./pkg/azurelustreplugin
+ GOOS=linux go build -a -ldflags ${LDFLAGS} -mod vendor -o /app/azurelustreplugin ./pkg/azurelustreplugin
128
129
.PHONY: azurelustre-windows
130
azurelustre-windows:
0 commit comments