fix matrix def
Some checks failed
/ build-base (bookworm, 17) (push) Failing after 1m42s

This commit is contained in:
Ryan Voots 2025-05-08 11:08:54 -04:00
parent c1654b45b5
commit 0650f42f99

View file

@ -3,12 +3,14 @@ on:
jobs: jobs:
build-base: build-base:
runs-on: self-hosted strategy:
fail_fast: false
matrix: matrix:
- PG_MAJOR_VERSION: PG_MAJOR_VERSION:
- 17 - 17
- DEB_RELEASE: DEB_RELEASE:
- bookworm - bookworm
runs-on: self-hosted
steps: steps:
- name: Setup metadata - name: Setup metadata
id: meta id: meta