Skip to content

Commit

Permalink
Merge pull request #1306 from saschagrunert/darwin-arm64
Browse files Browse the repository at this point in the history
Add darwin/arm64 to release binaries
  • Loading branch information
k8s-ci-robot committed Dec 6, 2023
2 parents a7eb533 + 34721f4 commit b95499b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ CRI_CTL_PLATFORMS=(
windows/amd64
windows/386
darwin/amd64
darwin/arm64
)

CRI_TEST_PLATFORMS=(
linux/amd64
linux/386
Expand All @@ -42,6 +44,7 @@ CRI_TEST_PLATFORMS=(
windows/amd64
windows/386
darwin/amd64
darwin/arm64
)

# Create releases output directory.
Expand Down

0 comments on commit b95499b

Please sign in to comment.