Skip to content

Commit

Permalink
[CI] export arm64 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Sep 5, 2024
1 parent 10408f4 commit 57ab4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Export toolchain
run: |
container=$(docker run -d ${{ env.TEMPORARY_TAG }}-canadian \
bash -c "mv x-tools/HOST-aarch64-rpi3-linux-gnu/${{ matrix.triple }} x-tools && rmdir x-tools/HOST-aarch64-rpi3-linux-gnu && tar cJf x-tools.tar.xz x-tools")
bash -c "rsync -a x-tools/HOST-aarch64-rpi3-linux-gnu/${{ matrix.triple }} x-tools && chmod -R +w x-tools/HOST-aarch64-rpi3-linux-gnu && rm -rf x-tools/HOST-aarch64-rpi3-linux-gnu && tar cJf x-tools.tar.xz x-tools")
status=$(docker wait $container)
if [ $status -ne 0 ]; then
echo "Error creating toolchain archives"
Expand Down

0 comments on commit 57ab4cf

Please sign in to comment.