From 9b65b7306ba9a079e072a3a6a4237bcc07865da0 Mon Sep 17 00:00:00 2001 From: Jordan Sokolic Date: Sun, 13 Sep 2020 19:57:37 +0300 Subject: [PATCH] change rpi-zero tag to just rpi --- .gitlab-ci.yml | 4 ++-- docs/rpi.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b256670..3432121 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,8 +67,8 @@ build-rpi4: VERSION: snapshot TAG: rpi4 -build-rpi-zero: +build-rpi: extends: .build-rpi variables: SRC_IMAGE: https://downloads.openwrt.org/releases/$CURRENT_STABLE_RELEASE/targets/brcm2708/bcm2708/openwrt-$CURRENT_STABLE_RELEASE-brcm2708-bcm2708-rpi-ext4-factory.img.gz - TAG: rpi-zero + TAG: rpi diff --git a/docs/rpi.md b/docs/rpi.md index 0087cb7..6630fff 100644 --- a/docs/rpi.md +++ b/docs/rpi.md @@ -10,7 +10,7 @@ This has been tested on a Raspberry Pi Zero W running Raspbian Lite, but should | RPi version | image:tag | |------------------------|---------------------------| -| Pi A / B / B+ / Zero W | `oofnik/openwrt:rpi-zero` | +| Pi A / B / B+ / Zero W | `oofnik/openwrt:rpi` | | Pi 2 B (all) | `oofnik/openwrt:rpi2` | | Pi 3 B / B+ | `oofnik/openwrt:rpi3` | | Pi 4 / 4B | `oofnik/openwrt:rpi4` |