Skip to content

Commit

Permalink
ci: add gentoo:slim
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Nov 10, 2024
1 parent 6cf7b9e commit b47ba3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- { dockerfile: 'Dockerfile-ubuntu', tag: 'ubuntu:rolling', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:slim', platform: 'linux/amd64', extrapackages: 'no' }
- { dockerfile: 'Dockerfile-fedora', tag: 'fedora:rawhide', platform: 'linux/amd64', registry: 'registry.fedoraproject.org' }
- { dockerfile: 'Dockerfile-fedora', tag: 'centos:stream10-development', platform: 'linux/amd64', registry: 'quay.io/centos' }
steps:
Expand All @@ -62,6 +63,7 @@ jobs:
build-args: |
DISTRIBUTION=${{ matrix.config.tag }}
REGISTRY=${{ matrix.config.registry }}
EXTRAPACKAGES=${{ matrix.config.extrapackages }}
arm64:
if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
Expand Down

0 comments on commit b47ba3f

Please sign in to comment.