diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-02 07:22:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-02 07:22:44 +0100 |
commit | c31d8a6f387a61b5c341726bd6eb00f606106d96 (patch) | |
tree | e6e9d16dcfba732e104ecdb7edf372a5ccf70177 /run-all.sh | |
parent | d59fb3a990efbd3aefbaeca9f75a39dc7a8d1ad2 (diff) | |
download | imagefish-c31d8a6f387a61b5c341726bd6eb00f606106d96.tar.gz |
add arm-b32
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ BASE="$(dirname $0)" case "$(hostname --short)" in -cubietruck) +arm-b32 | cubietruck) # rebuild images ./F25-rpi32.sh || exit 1 ./F25-efi-armv7.sh || exit 1 |