authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-25 22:21:25+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-25 22:21:25+01:00
logf50b0d71363e16fdb3018715c74ccd8418ddd45f
tree0f2dbfcf711a06f9c447a9080b820d13556f3809
parent0f1a6ae943367d0e6042c9e81cb860c96a84ecd8
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: add aarch64-macos to Forgejo Actions


1 files changed, 20 insertions(+), 0 deletions(-)

.forgejo/workflows/ci.yaml+20
......@@ -31,6 +31,26 @@ jobs:
3131 - name: Build and Test
3232 run: sh ci/aarch64-linux-release.sh
3333 timeout-minutes: 120
34 aarch64-macos-debug:
35 runs-on: [self-hosted, aarch64-macos]
36 steps:
37 - name: Checkout
38 uses: actions/checkout@v4
39 with:
40 fetch-depth: 0
41 - name: Build and Test
42 run: sh ci/aarch64-macos-debug.sh
43 timeout-minutes: 180
44 aarch64-macos-release:
45 runs-on: [self-hosted, aarch64-macos]
46 steps:
47 - name: Checkout
48 uses: actions/checkout@v4
49 with:
50 fetch-depth: 0
51 - name: Build and Test
52 run: sh ci/aarch64-macos-release.sh
53 timeout-minutes: 120
3454 loongarch64-linux-debug:
3555 runs-on: [self-hosted, loongarch64-linux]
3656 steps: