fix: Set OS_ARCH from GOHOSTOS and GOHOSTARCH (#477)

This commit is contained in:
Hirotaka Tagawa / wafuwafu13 2022-11-07 23:12:30 +09:00 committed by GitHub
parent 3489fbbafc
commit 063d64c087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ NAMESPACE=kreuzwerker
NAME=docker NAME=docker
BINARY=terraform-provider-${NAME} BINARY=terraform-provider-${NAME}
VERSION=9.9.9 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 .PHONY: build test testacc fmt fmtcheck test-compile website-link-check website-lint website-lint-fix