summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormgiessing <marvin.giessing@gmail.com>2023-03-13 11:52:03 +0100
committerGitHub <noreply@github.com>2023-03-13 11:52:03 +0100
commita2aa50d36656c147d6b86a7f9e376d05dab0ce41 (patch)
treeb12ef2797c87e7925c60c59dac0012eb9e8bfdbc
parent463416cc9f9f7d177f963c31ac33ec8acf199e6e (diff)
downloadsimplejson-a2aa50d36656c147d6b86a7f9e376d05dab0ce41.tar.gz
Update build-and-deploy.yml
-rw-r--r--.github/workflows/build-and-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index 5f0f4f2..5ea6b6f 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
python -m simplejson.tests._cibw_runner "{project}"
CIBW_SKIP: "pp*"
CIBW_ARCHS_WINDOWS: "auto"
- CIBW_ARCHS_LINUX: "auto aarch64"
+ CIBW_ARCHS_LINUX: "auto aarch64 ppc64le"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
- name: Build Python 2.7 wheels