Skip to content

Commit 03698ce

Browse files
committed
Add linux-arm to the default RuntimeIdentifiers.
Closes #1.
1 parent a6cd3c3 commit 03698ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Defaults.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
</PropertyGroup>
6464

6565
<PropertyGroup>
66-
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/1 -->
6766
<!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/3 -->
6867
<RuntimeIdentifiers Condition="'$(RuntimeIdentifiers)' == ''">
68+
linux-arm;
6969
linux-arm64;
7070
linux-x64;
7171
linux-musl-arm;

0 commit comments

Comments
 (0)