aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2023-06-28 19:22:56 -0700
committerJohn Helmert III <ajak@gentoo.org>2023-06-29 08:22:35 -0700
commitc98033b1dc679a5e3ded53ee52ad15e738eeb0a0 (patch)
tree26c7e364180d9807542665443e79331227ce310e /.github
parentBump CI actions to silence warnings (diff)
downloaddocker-images-c98033b1dc679a5e3ded53ee52ad15e738eeb0a0.tar.gz
docker-images-c98033b1dc679a5e3ded53ee52ad15e738eeb0a0.tar.bz2
docker-images-c98033b1dc679a5e3ded53ee52ad15e738eeb0a0.zip
add plumbing to produce a python testing image
Closes: #73 Signed-off-by: John Helmert III <ajak@gentoo.org> Closes: https://github.com/gentoo/gentoo-docker-images/pull/128
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 021efcc..ef4e56f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
target:
+ - python
- portage
- stage3-amd64-hardened-nomultilib-openrc
- stage3-amd64-hardened-openrc
@@ -67,7 +68,11 @@ jobs:
- name: Set up buildx
uses: docker/setup-buildx-action@v2
- name: Build image
+ if: startswith(matrix.target, 'stage3') || startswith(matrix.target, 'portage')
run: ./build.sh
+ - name: Build python image
+ if: startswith( matrix.target, 'python')
+ run: ./build-python.sh
- name: Inspect image
run: docker image inspect "${ORG}/${TARGET/-/:}"
- name: Inspect portage