remove stretch and add bullseye (default)

This commit is contained in:
john30
2021-10-09 11:33:10 +02:00
parent bfd4650568
commit cd689b8a25
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
archs='amd64 i386 arm32v5 arm32v7 arm64v8'
images='jessie stretch buster'
images='stretch buster bullseye'
UPLOAD_URL='http://'`hostname`'/ebusdreleaseupload.php'
UPLOAD_CREDENTIALS='anonymous:build'
for image in $images; do