Skip to content

Commit e9c0e96

Browse files
authored
Remove ppc64le for now
1 parent 23b364e commit e9c0e96

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
strategy:
2525
matrix:
26-
target_arch: ["linux-64", "linux-aarch64", "linux-ppc64le", "osx-arm64", "osx-64"]
26+
target_arch: ["linux-64", "linux-aarch64", "osx-arm64", "osx-64"]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- id: get-date
@@ -100,7 +100,7 @@ jobs:
100100
uses: conda-incubator/setup-miniconda@v2
101101
with:
102102
environment-file: scripts/environment.yml
103-
- name: Create release notes
103+
- name: Create release notes64le
104104
run: |
105105
scripts/make_release.py \
106106
--token="${{ secrets.GITHUB_TOKEN }}" \

scripts/make_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
PLATFORM_MAPPING = {
2121
"linux-64": "Linux-x86_64",
2222
"linux-aarch64": "Linux-aarch64",
23-
"linux-ppc64le": "Linux-ppc64le",
2423
"osx-64": "Darwin-x86_64",
2524
"osx-arm64": "Darwin-arm64"
2625
}

0 commit comments

Comments
 (0)