mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Shorten hostname for native arm builds in buildx-multi.sh #4631
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
83885e395d
commit
283eac09cf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ echo "Done."
|
|||
# Create new multibuilder and add remote host for native arm builds.
|
||||
echo "Creating new multibuilder..."
|
||||
docker buildx create --name multibuilder --use 1>/dev/null || { echo 'buildx: failed to create multibuilder'; exit 1; }
|
||||
docker buildx create --name multibuilder --append ssh://ci-arm 2>/dev/null || echo 'buildx: failed to add remote host for native arm builds'
|
||||
docker buildx create --name multibuilder --append ssh://arm 2>/dev/null || echo 'buildx: failed to add remote host for native arm builds'
|
||||
echo "Done."
|
||||
|
||||
echo "Starting 'photoprism/$1' multi-arch build based on docker/${1/-//}$4/Dockerfile..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue