mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
chore: update cmd parameter name in shell.nix
should fix the warning : WARN[0000] Flag --customPlatform is deprecated. Use: --custom-platform
This commit is contained in:
@@ -52,7 +52,7 @@ in
|
||||
function to_docker {
|
||||
executor \
|
||||
--force \
|
||||
--customPlatform="$(echo "''${DOCKER_PLATFORM}" | sed 's/i386/386/')" \
|
||||
--custom-platform="$(echo "''${DOCKER_PLATFORM}" | sed 's/i386/386/')" \
|
||||
--destination "$(echo "''${CONTAINER_NAME}" | sed 's/i386/386/'):''${CONTAINER_TAG}" \
|
||||
--context dir://`pwd` \
|
||||
--verbosity=debug
|
||||
|
||||
Reference in New Issue
Block a user