Skip to content

Commit a6af5a9

Browse files
authored
enable aarch64
1 parent a740e17 commit a6af5a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/blank.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- runs-on: ubuntu-latest
1818
name: "Build AppImage"
1919
arch: x86_64
20-
# - runs-on: ubuntu-24.04-arm
21-
# name: "Build AppImage"
22-
# arch: aarch64
20+
- runs-on: ubuntu-24.04-arm
21+
name: "Build AppImage"
22+
arch: aarch64
2323
steps:
2424
- uses: actions/checkout@v4
2525

@@ -58,9 +58,9 @@ jobs:
5858
with:
5959
name: AppImage-x86_64
6060

61-
# - uses: actions/[email protected]
62-
# with:
63-
# name: AppImage-aarch64
61+
- uses: actions/[email protected]
62+
with:
63+
name: AppImage-aarch64
6464

6565
- uses: actions/[email protected]
6666
with:

0 commit comments

Comments
 (0)