diff --git a/shell.nix b/shell.nix index 4afb3c43..4bbfedc7 100644 --- a/shell.nix +++ b/shell.nix @@ -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