Skip to content

Commit

Permalink
0002-build.sh-add-support-for-uefi-seabios-_apuX-builds.patch: use da…
Browse files Browse the repository at this point in the history
…sharo-sdk:v1.6.0-rc4

Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Nov 24, 2024
1 parent a5810ce commit 9e878fe
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Piotr Król <[email protected]>
---
build.sh | 48 ++++++++++++++++++++++++++++++++++--------------
1 file changed, 34 insertions(+), 14 deletions(-)
mode change 100644 => 100755 build.sh

diff --git a/build.sh b/build.sh
old mode 100644
new mode 100755
index 7ceb2613b239..56abbefd8405
index 7ceb2613b239..cf30f35eb8f3
--- a/build.sh
+++ b/build.sh
@@ -21,12 +21,16 @@ usage() {
Expand All @@ -32,7 +27,7 @@ index 7ceb2613b239..56abbefd8405
}

-SDKVER="2023-11-24_2731fa619b"
+SDKVER="ghcr.io/dasharo/dasharo-sdk:2024-03-30_cccada28f7"
+SDKVER="ghcr.io/dasharo/dasharo-sdk:v1.6.0-rc4"


function build_optiplex_9010 {
Expand Down Expand Up @@ -110,6 +105,3 @@ index 7ceb2613b239..56abbefd8405
;;
"optiplex_9010" | "optiplex_7010" )
BOARD=optiplex_9010
--
2.39.5

0 comments on commit 9e878fe

Please sign in to comment.