Skip to content

Commit d9998c3

Browse files
authored
enable aarch64
1 parent 85fd77a commit d9998c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- runs-on: ubuntu-latest
1919
name: Build AppImage
2020
arch: x86_64
21-
# - runs-on: ubuntu-24.04-arm
22-
# name: Build AppImage
23-
# arch: aarch64
21+
- runs-on: ubuntu-24.04-arm
22+
name: Build AppImage
23+
arch: aarch64
2424
container: ghcr.io/pkgforge-dev/archlinux:latest
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)