Skip to content

Commit 9e6c773

Browse files
enable linux aarch64 for nfd
1 parent b812374 commit 9e6c773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nativefiledialog-extended.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
target: [{platform: "linux-64", runner: "ubuntu-latest"},
12+
{platform: "linux-aarch64", runner: "ubuntu-22.04-arm"},
1213
{platform: "osx-64", runner: "macos-13"},
1314
{platform: "osx-arm64", runner: "macos-14"},
1415
{platform: "win-64", runner: "windows-latest"}]

0 commit comments

Comments
 (0)