mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 18:18:52 +00:00
use 'rpi' instead of armv6 for dockerhub repos
currently all our armv6 images are tagged as rpi in dockerhub Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
7cdff581ed
commit
cad8bc7c49
@ -21,7 +21,7 @@ for machine in $MACHINE_LIST; do
|
||||
REPO='resin/i386-supervisor-base'
|
||||
;;
|
||||
'generic-armv6')
|
||||
REPO='resin/armv6-supervisor-base'
|
||||
REPO='resin/rpi-supervisor-base'
|
||||
;;
|
||||
'generic-armv7hf')
|
||||
REPO='resin/armv7hf-supervisor-base'
|
||||
|
Loading…
Reference in New Issue
Block a user