Skip to content

Commit 68d5ec7

Browse files
authored
Merge pull request #213 from kubernetes-sigs/t-mialve/dalec-onboarding
Remove GOARCH var from azurelustre-dalec build
2 parents 1efabfc + 3652c53 commit 68d5ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ azurelustre:
124124

125125
.PHONY: azurelustre-dalec
126126
azurelustre-dalec:
127-
GOOS=linux GOARCH=$(ARCH) go build -a -ldflags ${LDFLAGS} -mod vendor -o /app/azurelustreplugin ./pkg/azurelustreplugin
127+
GOOS=linux go build -a -ldflags ${LDFLAGS} -mod vendor -o /app/azurelustreplugin ./pkg/azurelustreplugin
128128

129129
.PHONY: azurelustre-windows
130130
azurelustre-windows:

0 commit comments

Comments
 (0)