Skip to content

Commit

Permalink
Removal of armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Dec 31, 2024
1 parent 3697b03 commit f27546c
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,18 @@ jobs:
mkdir ./bin/linux
cp -R ./exclude/bin/linux/x86_64 ./bin/linux
- name: Zip linux files
- name: Zip linux x86_64 files
run: zip -r ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/

- name: Move linux binaries and other files
- name: Move linux x86_64 binaries and other files
run: |
rm -r ./bin/linux/x86_64
cp -R ./exclude/bin/linux/arm64 ./bin/linux
- name: Zip linux arm64 files
run: zip -r ${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/

- name: Move linux arm64 binaries and other files
run: |
rm -r ./bin/linux/arm64
cp -R ./exclude/bin/linux/armhf ./bin/linux
- name: Zip linux armhf files
run: zip -r ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/

- name: Move linux armhf binaries and other files
- name: Move linux binaries and other files
run: rm -r ./bin/linux

- name: Copy exclude files back
Expand All @@ -96,6 +88,5 @@ jobs:
git-hash_${{ env.DATE_OLD }}-${{ env.SHA_SHORT }}.zip
${{ github.event.repository.name }}_complete_v${{ env.DATE }}.${{ env.COUNT }}.zip
${{ github.event.repository.name }}_macos_v${{ env.DATE }}.${{ env.COUNT }}.zip
${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip
${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip
${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip
Binary file removed bin/linux/armhf/PlistBuddy
Binary file not shown.
Binary file removed bin/linux/armhf/bspatch
Binary file not shown.
Binary file removed bin/linux/armhf/dmg
Binary file not shown.
Binary file removed bin/linux/armhf/futurerestore_new
Binary file not shown.
Binary file removed bin/linux/armhf/futurerestore_old
Binary file not shown.
Binary file removed bin/linux/armhf/gaster
Binary file not shown.
Binary file removed bin/linux/armhf/gilbertjb
Binary file not shown.
Binary file removed bin/linux/armhf/hfsplus
Binary file not shown.
Binary file removed bin/linux/armhf/iBoot32Patcher
Binary file not shown.
Binary file removed bin/linux/armhf/ideviceactivation
Binary file not shown.
Binary file removed bin/linux/armhf/idevicebackup2
Binary file not shown.
Binary file removed bin/linux/armhf/idevicediagnostics
Binary file not shown.
Binary file removed bin/linux/armhf/ideviceenterrecovery
Binary file not shown.
Binary file removed bin/linux/armhf/ideviceinfo
Binary file not shown.
Binary file removed bin/linux/armhf/ideviceinstaller
Binary file not shown.
Binary file removed bin/linux/armhf/idevicepair
Binary file not shown.
Binary file removed bin/linux/armhf/idevicerestore
Binary file not shown.
Binary file removed bin/linux/armhf/idevicerestore2
Binary file not shown.
Binary file removed bin/linux/armhf/imagetool
Binary file not shown.
Binary file removed bin/linux/armhf/img4
Binary file not shown.
Binary file removed bin/linux/armhf/img4tool
Binary file not shown.
Binary file removed bin/linux/armhf/iproxy
Binary file not shown.
Binary file removed bin/linux/armhf/ipsw
Binary file not shown.
Binary file removed bin/linux/armhf/ipwnder
Binary file not shown.
Binary file removed bin/linux/armhf/irecovery
Binary file not shown.
Binary file removed bin/linux/armhf/irecovery2
Binary file not shown.
Binary file removed bin/linux/armhf/jq
Binary file not shown.
Binary file removed bin/linux/armhf/powdersn0w
Binary file not shown.
Binary file removed bin/linux/armhf/pzb
Binary file not shown.
Binary file removed bin/linux/armhf/scp
Binary file not shown.
Binary file removed bin/linux/armhf/ssh
Binary file not shown.
Binary file removed bin/linux/armhf/sshpass
Binary file not shown.
Binary file removed bin/linux/armhf/ticket
Binary file not shown.
Binary file removed bin/linux/armhf/tsschecker
Binary file not shown.
Binary file removed bin/linux/armhf/usbmuxd
Binary file not shown.
Binary file removed bin/linux/armhf/validate
Binary file not shown.
Binary file removed bin/linux/armhf/xpwntool
Binary file not shown.

0 comments on commit f27546c

Please sign in to comment.