Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 9, 2023
1 parent bd3b7c3 commit ab56111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cibw_before_build: yum install -y zlib-devel libpng-devel boost-devel
- os: ubuntu-20.04
cibw_archs_linux: x86_64
cibw_build: "*-muslinux_*"
cibw_build: "*-musllinux_*"
cibw_environment: APNGASM_COMPILE_TARGET=x86_64
cibw_before_build: apk install zlib-dev libpng-dev boost-dev
- os: ubuntu-20.04
Expand All @@ -65,7 +65,7 @@ jobs:
cibw_before_build: yum install -y zlib-devel libpng-devel boost-devel
- os: ubuntu-20.04
cibw_archs_linux: i686
cibw_build: "*-muslinux_*"
cibw_build: "*-musllinux_*"
cibw_environment: APNGASM_COMPILE_TARGET=x86
cibw_before_build: apk install zlib-dev libpng-dev boost-dev
- os: ubuntu-20.04
Expand All @@ -85,7 +85,7 @@ jobs:
cibw_before_build: yum install -y zlib-devel libpng-devel boost-devel
- os: ubuntu-20.04
cibw_archs_linux: ppc64le
cibw_build: "*-muslinux_*"
cibw_build: "*-musllinux_*"
cibw_environment: APNGASM_COMPILE_TARGET=ppc64le
cibw_before_build: apk install zlib-dev libpng-dev boost-dev
- os: ubuntu-20.04
Expand All @@ -95,7 +95,7 @@ jobs:
cibw_before_build: yum install -y zlib-devel libpng-devel boost-devel
- os: ubuntu-20.04
cibw_archs_linux: s390x
cibw_build: "*-muslinux_*"
cibw_build: "*-musllinux_*"
cibw_environment: APNGASM_COMPILE_TARGET=s390x
cibw_before_build: apk install zlib-dev libpng-dev boost-dev

Expand Down

0 comments on commit ab56111

Please sign in to comment.