Skip to content

Commit

Permalink
fix: Set OS_ARCH from GOHOSTOS and GOHOSTARCH (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirotaka Tagawa / wafuwafu13 authored Nov 7, 2022
1 parent 3489fbb commit 063d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NAMESPACE=kreuzwerker
NAME=docker
BINARY=terraform-provider-${NAME}
VERSION=9.9.9
OS_ARCH=darwin_arm64
OS_ARCH=$(shell go env GOHOSTOS)_$(shell go env GOHOSTARCH)

.PHONY: build test testacc fmt fmtcheck test-compile website-link-check website-lint website-lint-fix

Expand Down

0 comments on commit 063d64c

Please sign in to comment.