Skip to content

Commit 841382e

Browse files
ntkmeeregon
authored andcommitted
Fix arm to arm64 normalization for ubuntu
1 parent 5e538fb commit 841382e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
platform=${platform/macos-14/macos-13-arm64}
9292
platform=${platform/windows-2019/windows-latest}
9393
platform=${platform/windows-11-arm/windows-arm64}
94+
platform=${platform/%-arm/-arm64}
9495
echo "platform=$platform" >> $GITHUB_OUTPUT
9596
9697
# Build

0 commit comments

Comments
 (0)