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.
1 parent 1efabfc commit 3652c53Copy full SHA for 3652c53
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