Skip to content

Commit f27546c

Browse files
committed
Removal of armhf
1 parent 3697b03 commit f27546c

38 files changed

+3
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,18 @@ jobs:
5353
mkdir ./bin/linux
5454
cp -R ./exclude/bin/linux/x86_64 ./bin/linux
5555
56-
- name: Zip linux files
56+
- name: Zip linux x86_64 files
5757
run: zip -r ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/
5858

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

67-
- name: Move linux arm64 binaries and other files
68-
run: |
69-
rm -r ./bin/linux/arm64
70-
cp -R ./exclude/bin/linux/armhf ./bin/linux
71-
72-
- name: Zip linux armhf files
73-
run: zip -r ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/
74-
75-
- name: Move linux armhf binaries and other files
67+
- name: Move linux binaries and other files
7668
run: rm -r ./bin/linux
7769

7870
- name: Copy exclude files back
@@ -96,6 +88,5 @@ jobs:
9688
git-hash_${{ env.DATE_OLD }}-${{ env.SHA_SHORT }}.zip
9789
${{ github.event.repository.name }}_complete_v${{ env.DATE }}.${{ env.COUNT }}.zip
9890
${{ github.event.repository.name }}_macos_v${{ env.DATE }}.${{ env.COUNT }}.zip
99-
${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip
10091
${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip
10192
${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip

bin/linux/armhf/PlistBuddy

-1.26 MB
Binary file not shown.

bin/linux/armhf/bspatch

-195 KB
Binary file not shown.

bin/linux/armhf/dmg

-1.85 MB
Binary file not shown.

bin/linux/armhf/futurerestore_new

-2.69 MB
Binary file not shown.

bin/linux/armhf/futurerestore_old

-1.92 MB
Binary file not shown.

bin/linux/armhf/gaster

-3.36 MB
Binary file not shown.

bin/linux/armhf/gilbertjb

-2.63 MB
Binary file not shown.

bin/linux/armhf/hfsplus

-1.88 MB
Binary file not shown.

bin/linux/armhf/iBoot32Patcher

-45.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)