Skip to content

Commit

Permalink
Merge pull request #108 from Ultramarine-Linux/fix/co
Browse files Browse the repository at this point in the history
fix: use ubuntu-22.04
  • Loading branch information
lleyton authored Dec 21, 2024
2 parents 115fa78 + 9373f11 commit ad8b6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
manifest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
build_matrix: ${{ steps.generate_build_matrix.outputs.build_matrix }}
container:
Expand All @@ -38,7 +38,7 @@ jobs:
version: ["41"]
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
fail-fast: false
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'arm64' || 'ubuntu-latest' }}
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'arm64' || 'ubuntu-22.04' }}
container:
image: ghcr.io/terrapkg/builder:f${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
Expand Down
1 change: 1 addition & 0 deletions ultramarine/readymade/readymade.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ It is created as a replacement to Red Hat's Anaconda installer for Ultramarine L
%files -f com.fyralabs.Readymade.lang
%_bindir/readymade
%_datadir/polkit-1/actions/com.fyralabs.pkexec.readymade.policy
%_datadir/applications/com.fyralabs.Readymade.desktop
%_datadir/readymade
%_sysconfdir/readymade.toml

0 comments on commit ad8b6dc

Please sign in to comment.