mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 22:20:39 +00:00
Update bootstrap.yml
Update image to Alma Signed-off-by: Willow <willow@willowidk.dev>
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
fail-fast: true
|
||||
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
|
||||
container:
|
||||
image: quay.io/centos/centos:stream${{ matrix.version }}-development
|
||||
image: quay.io/almalinuxorg/almalinux:${{ matrix.version }}-kitten
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user