mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: run shfmt
This commit is contained in:
@@ -354,16 +354,16 @@ fn-build-docker-image() {
|
||||
|
||||
if [[ "$IS_RELEASE" == "true" ]]; then
|
||||
docker buildx build \
|
||||
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
||||
--progress plain \
|
||||
--push \
|
||||
--tag "dokku/dokku:latest" \
|
||||
--tag "dokku/dokku:$VERSION" .
|
||||
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
||||
--progress plain \
|
||||
--push \
|
||||
--tag "dokku/dokku:latest" \
|
||||
--tag "dokku/dokku:$VERSION" .
|
||||
else
|
||||
docker buildx build \
|
||||
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
||||
--progress plain \
|
||||
--tag "dokku/dokku:$VERSION" .
|
||||
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
||||
--progress plain \
|
||||
--tag "dokku/dokku:$VERSION" .
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user