repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1335 from rad1game/patch-1
[RRG-proxmark3.git]
/
docker
/
build-all.sh
blob
9d95944da86fc5ddfaf1829cd2cf3ec2dd768129
1
#!/bin/bash
2
3
for
os
in
archlinux debian-buster fedora-34 homebrew opensuse-leap opensuse-tumbleweed ubuntu-18.04 ubuntu-20.04
;
do
4
(
cd
$os
&&
.
/
docker_build.sh
)
5
done