mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
add arm target to alpine container
This commit is contained in:
parent
b58bff1178
commit
670d8cb83a
@ -21,5 +21,8 @@ esac
|
|||||||
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
||||||
# The Alpine build currently only works for amd64.
|
# The Alpine build currently only works for amd64.
|
||||||
os_suffix=.alpine
|
os_suffix=.alpine
|
||||||
arches=(amd64)
|
arches=(
|
||||||
|
amd64
|
||||||
|
arm32v7
|
||||||
|
)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user