Skip to content

Merge pull request #125 from vmware-labs/python3.12 #99

Merge pull request #125 from vmware-labs/python3.12

Merge pull request #125 from vmware-labs/python3.12 #99

name: Build libs-zlib
on:
push:
# By specifying branches explicitly, we avoid this workflow from
# running on tag push. We have a dedicated workflow to be ran when
# a tag is pushed.
branches:
- main
paths:
- ".github/**"
- "libs/zlib/**"
- "libs/*"
- "scripts/**"
- "Makefile*"
- "*.sh"
pull_request:
jobs:
build-libs-zlib:
strategy:
fail-fast: false
matrix:
include:
- version: 1.2.13
uses: ./.github/workflows/reusable-build-lib.yaml
with:
target: zlib/v${{ matrix.version }}