nodes/home.kodi-wohnzimmer: use raspbian 32bit
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-03 18:37:11 +02:00
parent 5e8489a74c
commit 36e70a656b
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -33,6 +33,6 @@ nodes['home.kodi-wohnzimmer'] = {
},
},
# This is a raspberry pi, but raspbian 64bit is plain debian.
'os': 'debian',
'os': 'raspbian',
'os_version': (10, 5),
}