Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FyraLabs/anda
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Feb 17, 2025
2 parents 60e548a + 18235e1 commit 9490de2
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 95 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/package-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ jobs:
anda:
strategy:
matrix:
version: ["f41"]
version: ["f42"]
arch: ["x86_64", "aarch64"]
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged

steps:
- uses: actions/checkout@v2
- uses: terrapkg/anda-build@main
- uses: actions/checkout@v4
- uses: terrapkg/anda-build@6bf9d4fc9d544e055d00554b8e17f998938bed22
with:
name: "anda-git"
mockConfig: terra-41-${{ matrix.arch }}
mockConfig: terra-42-${{ matrix.arch }}
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
extraArgs: -rrpmbuild
Loading

0 comments on commit 9490de2

Please # to comment.