Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
- CI | Amiberry: Build v5.7.4 until v7.0.0 stable has been released. It requires a major rework, using cmake and no device-specific targets anymore.
  • Loading branch information
MichaIng committed Dec 9, 2024
1 parent 20d18c5 commit 1524072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build/software/Amiberry/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ v_ami=$(curl -sSf 'https://api.github.com/repos/BlitterStudio/amiberry/releases/
[[ $v_ami ]] || { G_DIETPI-NOTIFY 1 'No latest Amiberry version found, aborting ...'; exit 1; }
v_ami=${v_ami#v}
# - ARMv6: v5.7.2 dropped support for Raspberry Pi 1, hence use v5.7.1
[[ $PLATFORM == 'rpi1'* ]] && v_ami='5.7.1'
# - Build v5.7.4 until v7.0.0 stable has been released. It requires a major rework, using cmake and no device-specific targets anymore.
[[ $PLATFORM == 'rpi1'* ]] && v_ami='5.7.1' || v_ami='5.7.4'
G_DIETPI-NOTIFY 2 "Building Amiberry version \e[33m$v_ami\e[90m for platform: \e[33m$PLATFORM"
G_EXEC cd /tmp
G_EXEC curl -sSfLO "https://github.com/BlitterStudio/amiberry/archive/v$v_ami.tar.gz"
Expand Down

0 comments on commit 1524072

Please sign in to comment.