Skip to content
Snippets Groups Projects
Unverified Commit 670d8cb8 authored by Aiden McClelland's avatar Aiden McClelland
Browse files

add arm target to alpine container

parent b58bff11
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,8 @@ esac ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment