Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Remove GOARCH compile flag
Browse files Browse the repository at this point in the history
We do not need to set this as we are not cross-compiling

Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
  • Loading branch information
JPWKU committed Nov 15, 2018
1 parent 61fedae commit 1d2bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@

.PHONY: prepare build clean docker run

GO=CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go
GO=CGO_ENABLED=0 GOOS=linux go
DOCKERS=docker_vault docker_vault_worker
PKISETUP=pkisetup
VAULTWORKER=edgex-vault-worker
Expand Down

0 comments on commit 1d2bdf3

Please sign in to comment.