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.
1 parent c56df8c commit 7641acdCopy full SHA for 7641acd
.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