Skip to content

Commit

Permalink
Build all architectures for calicoctl (#2313)
Browse files Browse the repository at this point in the history
* Build all architectures for calicoctl

* make the exclusion work better with the common makefile
  • Loading branch information
mgleung authored Apr 21, 2021
1 parent cb8f0b0 commit aa9a3fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ BUILD_IMAGE?=calico/ctl
PUSH_IMAGES?=$(BUILD_IMAGE) quay.io/calico/ctl
RELEASE_IMAGES?=

# Remove any excluded architectures since for calicoctl we want to build everything.
EXCLUDEARCH?=

include Makefile.common

###############################################################################
Expand Down

0 comments on commit aa9a3fd

Please sign in to comment.