mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-30 22:34:19 +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'
|
REPO='resin/i386-supervisor-base'
|
||||||
;;
|
;;
|
||||||
'generic-armv6')
|
'generic-armv6')
|
||||||
REPO='resin/armv6-supervisor-base'
|
REPO='resin/rpi-supervisor-base'
|
||||||
;;
|
;;
|
||||||
'generic-armv7hf')
|
'generic-armv7hf')
|
||||||
REPO='resin/armv7hf-supervisor-base'
|
REPO='resin/armv7hf-supervisor-base'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user