Skip to content

Commit 615967b

Browse files
authored
Merge pull request #3 from odidev/arm64_support
Add Linux/ARM64 in releases
2 parents 6d4f6c9 + 61f37b7 commit 615967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := terraform-provider-stateful
2-
PLATFORMS := darwin/amd64 linux/amd64
2+
PLATFORMS := darwin/amd64 linux/amd64 linux/arm64
33
VERSION = $(shell git describe 1>/dev/null 2>/dev/null && echo "_$$(git describe)")
44

55
temp = $(subst /, ,$@)

0 commit comments

Comments
 (0)