Skip to content

Commit

Permalink
Merge pull request #174 from aiordache/platform_list
Browse files Browse the repository at this point in the history
Add darwin/arm64 to release platform list
  • Loading branch information
silvin-lubecki authored May 5, 2021
2 parents f3b59e2 + 337071a commit 5051946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ E2E_ENV:=--env E2E_HUB_USERNAME \
--env E2E_HUB_TOKEN \
--env E2E_TEST_NAME

UNIX_PLATFORMS:=linux/amd64 linux/arm linux/arm64 darwin/amd64
UNIX_PLATFORMS:=linux/amd64 linux/arm linux/arm64 darwin/amd64 darwin/arm64

TMPDIR_WIN_PKG:=$(shell mktemp -d)

Expand Down

0 comments on commit 5051946

Please sign in to comment.