Skip to content

Commit

Permalink
Update to Batocera 40 (#31)
Browse files Browse the repository at this point in the history
* Update to Batocera 40

* Update to Recalbox 9.2.3-Pulstar
  • Loading branch information
TobiX authored Feb 11, 2025
1 parent d355b98 commit 4033454
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-buildroot-image/checksums.sha1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1f6455cc4ce0a827d1add47636a2c7258ad72061 recalbox-rpizero2.img.xz
fa1bb7007d46de5ef2d8d11fd8af366179b5b1bc recalbox-rpi4_64.img.xz
8e50d20b93095b9404b10f9fc94d0f677ed13339 recalbox-rpi4_64.img.xz
150a486a38ca5829497bcf0c3dc12e91617800f4 recalbox-rpizero2.img.xz
5 changes: 3 additions & 2 deletions .github/actions/build-buildroot-image/checksums.sha256
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bc77d61f458dac83d8015692f2f483e18cde18140011fad9b19f9fa723b87194 batocera-bcm2837-bcm2837-39-20240301.img.gz
7bcc3ac2b2cbeb502c2946931551ce4d74c68ba54d7d07bc01a3ffad1a90edba batocera-bcm2711-bcm2711-39-20240228.img.gz
9311f35b253f4e15f5b1348d3b70da2eebdd8971f76bb56ccdd69797169470e7 batocera-bcm2711-40-20240802.img.gz
55b9e69e62e06322348b12df50d86c97a88898d06b0b76ab5143983785c7bb94 batocera-bcm2837-40-20240803.img.gz
b1d3bc4bbf7d5ce80383f3cc7f42367bb5f001f7c84a046e27e93f831e57dccb Lakka-RPi3.aarch64-5.x-20240502-2f60c70.img.gz
dfc047bf30e72350f65d23415525ad1e608e52ce5b89e193c4c154d5dba89b26 Lakka-RPi4.aarch64-5.x-20240502-2f60c70.img.gz

20 changes: 10 additions & 10 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,28 +117,28 @@ jobs:
COMPRESSED_IMAGE_NAME: "recalbox-rpi4_64.img.xz"
IMAGE_NAME: "recalbox-rpi4_64.img"
CHECKSUM_TYPE: "sha1"
PSPI_IMAGE_NAME: "Recalbox9.2.1-CM4-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
PSPI_IMAGE_NAME: "Recalbox9.2.3-CM4-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}
- os: recalbox
DOWNLOAD_URL: "https://upgrade.recalbox.com/latest/download/rpizero2/recalbox-rpizero2.img.xz"
COMPRESSED_IMAGE_NAME: "recalbox-rpizero2.img.xz"
IMAGE_NAME: "recalbox-rpizero2.img"
CHECKSUM_TYPE: "sha1"
PSPI_IMAGE_NAME: "Recalbox9.2.1-Zero2-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
PSPI_IMAGE_NAME: "Recalbox9.2.3-Zero2-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}
- os: batocera
DOWNLOAD_URL: "https://updates.batocera.org/bcm2711/stable/last/batocera-bcm2711-bcm2711-39-20240228.img.gz"
COMPRESSED_IMAGE_NAME: "batocera-bcm2711-bcm2711-39-20240228.img.gz"
IMAGE_NAME: "batocera-bcm2711-bcm2711-39-20240228.img"
DOWNLOAD_URL: "https://updates.batocera.org/bcm2711/stable/last/batocera-bcm2711-40-20240802.img.gz"
COMPRESSED_IMAGE_NAME: "batocera-bcm2711-40-20240802.img.gz"
IMAGE_NAME: "batocera-bcm2711-40-20240802.img"
CHECKSUM_TYPE: "sha256"
PSPI_IMAGE_NAME: "Batocera39-CM4-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
PSPI_IMAGE_NAME: "Batocera40-CM4-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}
- os: batocera
DOWNLOAD_URL: "https://updates.batocera.org/bcm2837/stable/last/batocera-bcm2837-bcm2837-39-20240301.img.gz"
COMPRESSED_IMAGE_NAME: "batocera-bcm2837-bcm2837-39-20240301.img.gz"
IMAGE_NAME: "batocera-bcm2837-bcm2837-39-20240301.img"
DOWNLOAD_URL: "https://updates.batocera.org/bcm2837/stable/last/batocera-bcm2837-40-20240803.img.gz"
COMPRESSED_IMAGE_NAME: "batocera-bcm2837-40-20240803.img.gz"
IMAGE_NAME: "batocera-bcm2837-40-20240803.img"
CHECKSUM_TYPE: "sha256"
PSPI_IMAGE_NAME: "Batocera39-Zero2-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
PSPI_IMAGE_NAME: "Batocera40-Zero2-PSPi6-v${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}.img.gz"
VERSION: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || needs.run-gitversion.outputs.version }}
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 4033454

Please sign in to comment.