feat: branch off frawhide to f42

This commit is contained in:
madonuko
2025-02-13 20:47:10 +08:00
parent 9a469c22b7
commit 5bbda3309d
8 changed files with 17 additions and 22 deletions
+5 -5
View File
@@ -6,13 +6,13 @@ on:
paths:
- anda/**
branches:
- frawhide
- f42
pull_request:
branches:
- frawhide
- f42
merge_group:
branches:
- frawhide
- f42
workflow_dispatch:
workflow_call:
@@ -22,7 +22,7 @@ jobs:
outputs:
build_matrix: ${{ steps.generate_build_matrix.outputs.build_matrix }}
container:
image: ghcr.io/terrapkg/builder:frawhide
image: ghcr.io/terrapkg/builder:f42
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Set workspace as safe
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
version: ["rawhide"]
version: ["42"]
fail-fast: false
runs-on: ${{ (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && 'ARM64' || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && 'x86-64-lg' || 'ubuntu-22.04' }}
container: