Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Dec 6, 2023
1 parent a5fa15c commit 1fc28e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- distro: "python:3.11-alpine3.18"
append: alpine
- distro: "python:3.11"
append: ""
append: linux
exclude:
- arch: x84_64
distro: "python:3.11"
append: ""
append: "linux"
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
-w ${{ github.workspace }} \
--platform linux/${{ matrix.arch }} \
${{ matrix.distro }} \
./scripts/build_alpine_arm.sh ${{ matrix.append }}_${{ matrix.arch }}
./scripts/build_${{ matrix.append }}_arm.sh ${{ matrix.append }}_${{ matrix.arch }}
- name: Upload a Build Artifact
uses: actions/[email protected]
if: inputs.release == false
Expand Down
File renamed without changes.

0 comments on commit 1fc28e0

Please sign in to comment.