File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CONTAINER ?= pramsey/$(PROGRAM)
1616DATE ?= $(shell date +% Y% m% d)
1717BASE_REGISTRY ?= registry.access.redhat.com
1818BASE_IMAGE ?= ubi8-micro
19- SYSTEMARCH = $(shell uname -i )
19+ SYSTEMARCH = $(shell uname -m )
2020
2121ifeq ($(SYSTEMARCH ) , x86_64)
2222TARGETARCH ?= amd64
@@ -54,7 +54,7 @@ docs: ## Generate docs
5454
5555build : $(PROGRAM ) # # Build a local binary using APPVERSION parameter or CI as default
5656
57- $(PROGRAM ) : $(GOFILES )
57+ $(PROGRAM ) : $(GOFILES )
5858 go build -v -ldflags " -s -w -X github.com/CrunchyData/pg_featureserv/conf.setVersion=$( APPVERSION) "
5959
6060bin-for-docker : $(GOFILES ) # # Build a local binary using APPVERSION parameter or CI as default (to be used in docker image)
You can’t perform that action at this time.
0 commit comments