mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-11 02:19:20 -05:00
add arm target to alpine container
This commit is contained in:
parent
b58bff1178
commit
670d8cb83a
1 changed files with 4 additions and 1 deletions
|
@ -21,5 +21,8 @@ esac
|
|||
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
||||
# The Alpine build currently only works for amd64.
|
||||
os_suffix=.alpine
|
||||
arches=(amd64)
|
||||
arches=(
|
||||
amd64
|
||||
arm32v7
|
||||
)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue