change rpi-zero tag to just rpi

master
Jordan Sokolic 2020-09-13 19:57:37 +03:00
parent 20f7d919e2
commit 9b65b7306b
2 changed files with 3 additions and 3 deletions

View File

@ -67,8 +67,8 @@ build-rpi4:
VERSION: snapshot VERSION: snapshot
TAG: rpi4 TAG: rpi4
build-rpi-zero: build-rpi:
extends: .build-rpi extends: .build-rpi
variables: 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 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

View File

@ -10,7 +10,7 @@ This has been tested on a Raspberry Pi Zero W running Raspbian Lite, but should
| RPi version | image:tag | | 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 2 B (all) | `oofnik/openwrt:rpi2` |
| Pi 3 B / B+ | `oofnik/openwrt:rpi3` | | Pi 3 B / B+ | `oofnik/openwrt:rpi3` |
| Pi 4 / 4B | `oofnik/openwrt:rpi4` | | Pi 4 / 4B | `oofnik/openwrt:rpi4` |