Skip to content

Commit

Permalink
debos: Fix rpi_4 variables
Browse files Browse the repository at this point in the history
This wasn't tested yet

Change-Id: I7ee14d6bfac36cb22220ceb56e63096b15910a3a
Bug: #16
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 22, 2021
1 parent 5bca141 commit d6083d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/debos/machine/rpi_4/image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $architecture := or .architecture "arm64" -}}
{{- $image := or .image "pinball-rpi_3_64b.img" -}}
{{- $machine := or .machine "rpi_3_64b" -}}
{{- $image := or .image "pinball-rpi_4.img" -}}
{{- $machine := or .machine "rpi_4" -}}
{{- $suite := or .suite "buster" -}}

architecture: {{$architecture}}
Expand Down

0 comments on commit d6083d4

Please sign in to comment.