Skip to content
Snippets Groups Projects

Images recipes for Raspberry Pi 64b

Merged Denis Pynkin requested to merge wip/d4s/apertis-image-recipes_rpi64 into apertis/v2021dev3
All threads resolved!
2 files
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -35,6 +35,13 @@ actions:
chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} {{if eq $stable "true"}} --updates --security {{end}} target
{{ if eq $architecture "arm64" }}
- action: run
description: "Add non-free apt source"
chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} {{if eq $stable "true"}} --updates --security {{end}} non-free
{{ end }}
- action: apt
description: "Core packages"
packages:
Loading