mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
docker build-all script
This commit is contained in:
parent
c104ec275b
commit
4beb851cfc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for os in archlinux debian-buster fedora-34 homebrew opensuse-leap opensuse-tumbleweed ubuntu-18.04 ubuntu-20.04; do
|
||||
for os in archlinux debian-buster fedora-34 fedora-35 homebrew opensuse-leap opensuse-tumbleweed ubuntu-18.04 ubuntu-20.04 ubuntu-21.04; do
|
||||
( cd $os && ./docker_build.sh )
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue