Skip to content

Commit

Permalink
Fix channels make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Apr 10, 2022
1 parent e61e5f5 commit 76a623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -236,7 +236,7 @@ channels-amd64 channels-arm64: channels-%:
GOOS=linux GOARCH=$* go build ${GCFLAGS} ${BUILDFLAGS} ${EXTRA_BUILDFLAGS} -o ${DIST}/linux/$*/channels ${LDFLAGS}"${EXTRA_LDFLAGS} -X k8s.io/kops.Version=${VERSION} -X k8s.io/kops.GitVersion=${GITSHA}" k8s.io/kops/channels/cmd/channels

.PHONY: channels
nodeup: channels-amd64
channels: channels-amd64

.PHONY: crossbuild-channels
crossbuild-channels: channels-amd64 channels-arm64
Expand Down

0 comments on commit 76a623e

Please sign in to comment.