Skip to content

Commit

Permalink
Build PyInstaller binary in CentOS 8 container
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Sep 17, 2024
1 parent c5f46ca commit d080d6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,17 @@ jobs:

build_pyinstaller:
name: Build pyinstaller binary
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version:
- '3.12'
include:
- os: ubuntu-latest
container: centos:8
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d080d6f

Please sign in to comment.