Skip to content

Commit 61f37b7

Browse files
committed
Add Linux/ARM64 in releases
Signed-off-by: odidev <[email protected]>
1 parent 6d4f6c9 commit 61f37b7

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)