Revert rebasing Docker image build on debian

This reverts commits ad4a9d4dff, 34715d5f45, 06caab9d56, 36932f601d and 8c36173027

The segfault issues still happen on arm64 in any case

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-12 14:31:07 +02:00
parent ad4a9d4dff
commit 91e7bd8b68
2 changed files with 12 additions and 17 deletions

View File

@@ -210,7 +210,6 @@ pages:
- docker buildx create --use tls-environment
# Install qemu/binfmt
- docker pull tonistiigi/binfmt:latest
- docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-*
- docker run --rm --privileged tonistiigi/binfmt:latest --install all
# Login to DockerHub
- mkdir -p ~/.docker
@@ -238,14 +237,10 @@ build-docker-tag:
- >
docker buildx build
--push
--platform $ARCH
--platform linux/amd64,linux/arm64,linux/arm
-t framasoft/mobilizon:$CI_COMMIT_TAG
-t framasoft/mobilizon:latest
-f docker/production/Dockerfile .
parallel:
matrix:
- ARCH: ["linux/amd64", "linux/arm64", "linux/arm"]
allow_failure: true
# Packaging app for amd64
package-app: