mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
fix: Set OS_ARCH from GOHOSTOS and GOHOSTARCH (#477)
This commit is contained in:
parent
3489fbbafc
commit
063d64c087
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue