mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-15 19:31:03 -05:00
[PR #1171] [MERGED] Fixed building mysql, postgresql and sqlite3 for arm #2769
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1171
Author: @BlackDex
Created: 10/5/2020
Status: ✅ Merged
Merged: 10/7/2020
Merged by: @dani-garcia
Base:
master← Head:arm-multidb📝 Commits (1)
8c03746Fixed building mysql, postgresql and sqlite3 for arm📊 Changes
8 files changed (+168 additions, -57 deletions)
View changed files
📝
docker/Dockerfile.j2(+57 -15)📝
docker/amd64/Dockerfile(+4 -4)📝
docker/amd64/Dockerfile.alpine(+3 -3)📝
docker/arm32v6/Dockerfile(+33 -7)📝
docker/arm32v7/Dockerfile(+33 -7)📝
docker/arm32v7/Dockerfile.alpine(+3 -3)📝
docker/arm64v8/Dockerfile(+33 -7)📝
hooks/arches.sh(+2 -11)📄 Description
With some apt/dpkg magic building multidb containers for arm versions
now also works. As long as the build stage and docker-image stage use
the same base (debian buster now) it should all work.
Resolves #530, resolves #1066
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.