Skip to content

Commit

Permalink
ci: add pygluu compose
Browse files Browse the repository at this point in the history
Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu committed Dec 11, 2024
1 parent 52ae546 commit 05c9094
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-pygluu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
name: ubuntu
- os: macos-latest
name: macos
#- os: macos-latest
# name: macos
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
make zipapp
- name: Build pygluu-compose
working-directory: ./community-edition-containers
working-directory: ./community-edition-containers/pygluu-compose
run: |
make zipapp
mv pygluu-compose.pyz ../cloud-native-edition/pygluu-compose.pyz
mv pygluu-compose.pyz ../../cloud-native-edition/pygluu-compose.pyz
- name: Get project
id: project
Expand Down

0 comments on commit 05c9094

Please sign in to comment.