Skip to content

Commit 21c8fa5

Browse files
committed
Add ARM releases for linux and mac
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent c422f5d commit 21c8fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VERSION=0.10.0
2121
TARGET_BASE=nuget-inspector-$(git describe)
2222

2323
# see https://learn.microsoft.com/en-us/dotnet/core/rid-catalog
24-
for platform in "linux-x64" "win-x64" "osx-x64"
24+
for platform in "linux-x64" "win-x64" "osx-x64" "linux-arm64" "osx-arm64"
2525
do
2626
TARGET=$TARGET_BASE-$platform
2727
RELEASE_DIR=release/nuget-inspector

0 commit comments

Comments
 (0)