Skip to content

Commit 395ffc4

Browse files
authored
enable aarch64 back (#65)
1 parent b0d5378 commit 395ffc4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
optimized: true
2424
name: "Citron Build (Optimized)"
2525
arch: x86_64
26-
# - runs-on: ubuntu-24.04-arm
27-
# name: "Citron Build (Normal)"
28-
# optimized: false
29-
# arch: aarch64
26+
- runs-on: ubuntu-24.04-arm
27+
name: "Citron Build (Normal)"
28+
optimized: false
29+
arch: aarch64
3030
container: ghcr.io/pkgforge-dev/archlinux:latest
3131
steps:
3232
- uses: actions/checkout@v4

.github/workflows/build-stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
optimized: true
2424
name: "Citron Build (Optimized)"
2525
arch: x86_64
26-
# - runs-on: ubuntu-24.04-arm
27-
# name: "Citron build (Normal)"
28-
# optimized: false
29-
# arch: aarch64
26+
- runs-on: ubuntu-24.04-arm
27+
name: "Citron build (Normal)"
28+
optimized: false
29+
arch: aarch64
3030
container: ghcr.io/pkgforge-dev/archlinux:latest
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)