mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
docker build-all script
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user