File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments