Skip to content

Commit

Permalink
use regular go build for local building
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Oct 10, 2021
1 parent f21a021 commit 459711d
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 @@ -6,7 +6,7 @@ EXECUTABLE=aws-mfa-assume-credential-process
BIN_FOLDER="bin"

build: clean ## Build binaries
@(cd cmd && gox -output="../$(BIN_FOLDER)/$(EXECUTABLE)_{{.OS}}_{{.Arch}}" -osarch="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 windows/amd64")
@(go build -o bin cmd/main.go)

all: test build ## Build and run tests

Expand Down

0 comments on commit 459711d

Please sign in to comment.