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:
Gwen Lg
2026-01-29 20:13:13 +01:00
committed by Alex
parent 5eb381a22a
commit c7d6eb631f
+1 -1
View File
@@ -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