Skip to content

Commit

Permalink
docker build-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Dec 15, 2021
1 parent c104ec2 commit 4beb851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-all.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4beb851

Please sign in to comment.