Skip to content

Commit

Permalink
Reduced number of platforms to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 authored and rtluckie committed Sep 20, 2018
1 parent a58bf89 commit e86e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOCKER_REGISTRY ?=
IMAGE_PREFIX ?= ciscosso
SHORT_NAME ?= kdk
TARGETS ?= darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
TARGETS ?= darwin/amd64 linux/amd64 windows/amd64
VERSION := $(shell ./scripts/cicd.sh version)
BASE_IMAGE ?= $(IMAGE_PREFIX)/$(SHORT_NAME)
NEW_IMAGE_TAG ?= $(BASE_IMAGE):$(VERSION)
Expand Down

0 comments on commit e86e7cf

Please sign in to comment.