File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ function copyPlatformBlobsToProdForDebianFlavor() {
101
101
fi
102
102
103
103
# Function to copy platform blobs to production for a specific Debian flavor
104
- # Dotnet is currently the only platform supporting bookworm.
104
+ # Dotnet and nodejs are currently the only two platform supporting bookworm.
105
105
# Allowed combinations:
106
106
# - platformName=dotnet and debianFlavor=bookworm
107
+ # - platformName=nodejs and debianFlavor=bookworm
107
108
# Not allowed combinations:
108
109
# - platformName=python and debianFlavor=bookworm
109
- # - platformName=nodejs and debianFlavor=bookworm
110
110
# - platformName=java and debianFlavor=bookworm
111
- # - Any platformName other than dotnet and debianFlavor=bookworm
112
- if [ " $platformName " != " dotnet" ] && [ " $debianFlavor " == " bookworm" ]; then
111
+ # - Any platformName other than dotnet and node js with debianFlavor=bookworm
112
+ if [ " $platformName " != " dotnet" ] && [ " $platformName " != " nodejs " ] && [ " $ debianFlavor" == " bookworm" ]; then
113
113
# Do not copy blobs
114
114
echo " Copying blobs for platformName=$platformName and debianFlavor=$debianFlavor is not supported yet."
115
115
else
You can’t perform that action at this time.
0 commit comments