diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 22:28:09 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 22:28:09 +0200 |
commit | 1373e1de06d168e6c5bac2c66bd0c01f53bdf49d (patch) | |
tree | ddb45332f7a7c8713e10d5314a8af39295aa4675 /run-all.sh | |
parent | 1fe3416f0f62351a263d6be4a60eb1f651b5b4b4 (diff) | |
download | imagefish-1373e1de06d168e6c5bac2c66bd0c01f53bdf49d.tar.gz |
f26 armv7
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,8 +5,10 @@ BASE="$(dirname $0)" case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images - ./Fedora-rpi32.sh || exit 1 - ./Fedora-efi-armv7.sh || exit 1 + ./Fedora-rpi32.sh 25 || exit 1 + ./Fedora-efi-armv7.sh 25 || exit 1 + ./Fedora-rpi32.sh 26 || exit 1 + ./Fedora-efi-armv7.sh 26 || exit 1 ;; arm-b64) # rebuild images |