Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
target: aarch64
python-target: arm64
manylinux: manylinux_2_28
- runner: ubuntu-22.04
target: ppc64le
python-target: ppc64le
manylinux: manylinux_2_28
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -78,6 +82,9 @@ jobs:
then
sudo apt-get install -y binutils-aarch64-linux-gnu
alias objcopy=aarch64-linux-gnu-objcopy
elif [[ "${{ matrix.platform.target }}" == "ppc64le" ]]; then
sudo apt-get install -y binutils-powerpc64le-linux-gnu
alias objcopy=powerpc64le-linux-gnu-objcopy
fi

mkdir hf_xet/dbg
Expand Down