mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:34:41 +01:00
Don't create debian images
This commit is contained in:
parent
0f31201bf3
commit
8740352963
@ -38,7 +38,7 @@ join_images() {
|
||||
fi
|
||||
}
|
||||
|
||||
for f in alpine debian; do
|
||||
for f in alpine; do
|
||||
for arch in $arches; do
|
||||
cp tests/dockerfiles/Dockerfile.$f Dockerfile.$arch
|
||||
if [ "$arch" == "riscv64" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user