We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64
1 parent b0d5378 commit 9aa6894Copy full SHA for 9aa6894
.github/workflows/build-stable.yml
@@ -23,10 +23,10 @@ jobs:
23
optimized: true
24
name: "Citron Build (Optimized)"
25
arch: x86_64
26
-# - runs-on: ubuntu-24.04-arm
27
-# name: "Citron build (Normal)"
28
-# optimized: false
29
-# arch: aarch64
+ - runs-on: ubuntu-24.04-arm
+ name: "Citron build (Normal)"
+ optimized: false
+ arch: aarch64
30
container: ghcr.io/pkgforge-dev/archlinux:latest
31
steps:
32
- uses: actions/checkout@v4
0 commit comments