Skip to content

Commit

Permalink
Drop 368 arch support (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: marcinc <marcin.ciszak@appvia.io>
  • Loading branch information
marcinc and marcinc authored Feb 4, 2021
1 parent e130f8d commit a5b526c
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 @@ -23,7 +23,7 @@ endif

LFLAGS ?= -X github.com/appvia/kev/pkg/${NAME}.Tag=${GIT_LAST_TAG} -X github.com/appvia/kev/pkg/${NAME}.GitSHA=${GIT_SHA} -X github.com/appvia/kev/pkg/${NAME}.Compiled=${BUILD_TIME} -X github.com/appvia/kev/pkg/${NAME}.Release=${VERSION} -X github.com/appvia/kev/pkg/${NAME}.GitBranch=${GIT_BRANCH}
CLI_PLATFORMS=darwin linux windows
CLI_ARCHITECTURES=386 amd64
CLI_ARCHITECTURES=amd64
export GOFLAGS = -mod=vendor

.PHONY: test e2e authors changelog build release check vet golangci-lint setup-kind
Expand Down

0 comments on commit a5b526c

Please sign in to comment.