Skip to content

Commit

Permalink
lets try alma
Browse files Browse the repository at this point in the history
  • Loading branch information
zehdari committed Sep 28, 2024
1 parent 2881da8 commit cd744a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Executable
name: Build Executable for Multiple Platforms

on: [push]

Expand Down Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
pyinstaller --onefile --windowed SortingApp.py
- name: Build for CentOS using Docker on Ubuntu
- name: Build for Red Hat using Docker on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
docker run --rm -v ${{ github.workspace }}:/src -w /src centos:8 \
docker run --rm -v ${{ github.workspace }}:/src -w /src almalinux:8 \
bash -c "yum install -y python3 python3-devel gcc && \
python3 -m pip install pyinstaller && \
pyinstaller --onefile --windowed SortingApp.py"
Expand Down

0 comments on commit cd744a1

Please sign in to comment.