mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
While the majority of buildpacks do not work on non-amd64 platforms, this will at least allow developers the option to choose when to override this setting.
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "$PLUGIN_AVAILABLE_PATH/builder-herokuish/help-functions"
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
|
|
cmd-builder-herokuish-help "builder-herokuish:help"
|