Skip to content

Commit

Permalink
stable Debian release had no vw, so we cannot generate images for it
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 1, 2018
1 parent 4687b89 commit c3b613f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
24 changes: 0 additions & 24 deletions singularity/Singularity.debian-stable-amd64

This file was deleted.

24 changes: 0 additions & 24 deletions singularity/Singularity.debian-stable-i386

This file was deleted.

2 changes: 1 addition & 1 deletion singularity/populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
set -eu

for DEBRELEASE in stable unstable; do
for DEBRELEASE in unstable; do
for ARCH in amd64 i386; do
if [ $ARCH == amd64 ]; then
DOCKERARCHPREFIX="" # it is the default one
Expand Down

0 comments on commit c3b613f

Please sign in to comment.