Skip to content

Commit

Permalink
Names and matrix names
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 20, 2025
1 parent d9d6232 commit b293ea9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ on:

jobs:
testing_build_matrix:
name: ${{ matrix.base_image }} - ${{ matrix.platform }}
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ "linux/amd64" ]
base_image: [ "ubuntu:24.04", "debian:12", "alpine:3.19", "opensuse/leap:15.6:", "rockylinux:9" ]
steps:
- uses: actions/checkout@v4
- name: Docker Metadata action
id: meta
uses: docker/[email protected]
with:
images: ttl.sh/kairos-${{ matrix.base_image }}
- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
Expand All @@ -33,7 +29,6 @@ jobs:
file: Dockerfile
platforms: ${{ matrix.platform }}
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: kairos-${{ matrix.base_image }}
build-args: |
BASE_IMAGE=${{ matrix.base_image }}

0 comments on commit b293ea9

Please sign in to comment.