Skip to content

Commit

Permalink
ci: build pygluu with ubuntu only
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Abudayyeh <[email protected]>
  • Loading branch information
moabu authored Dec 10, 2024
1 parent f420e6a commit e16874f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-pygluu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
artifact_name: pygluu-kubernetes.pyz
asset_name: pygluu-kubernetes-linux-amd64.pyz
- os: macos-latest
artifact_name: pygluu-kubernetes.pyz
asset_name: pygluu-kubernetes-macos-amd64.pyz
#- os: macos-latest
# artifact_name: pygluu-kubernetes.pyz
# asset_name: pygluu-kubernetes-macos-amd64.pyz
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:
TAG=$(echo ${{ github.event.ref }} | cut -d '/' -f 3)
VERSION="${TAG}"
mv ${{ matrix.artifact_name }} ${{ matrix.asset_name }}
#sha256sum ${{ matrix.asset_name }} > ${{ matrix.asset_name }}.sha256sum
sha256sum ${{ matrix.asset_name }} > ${{ matrix.asset_name }}.sha256sum
echo "${{ secrets.MOWORKFLOWTOKEN }}" | gh auth login --with-token
gh release upload "${VERSION}" *.pyz
gh release upload "${VERSION}" *.pyz *.sha256sum

0 comments on commit e16874f

Please sign in to comment.