Skip to content

Commit

Permalink
Fix WSC manifest to have separate images (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Dec 6, 2022
1 parent 2794d05 commit a5a8882
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/windowsservercore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"isLocal": true
}
}
},
}
]
},
{
"platforms": [
{
"dockerfile": "src/windowsservercore/ltsc2019/webassembly",
"os": "windows",
Expand All @@ -25,7 +29,11 @@
"windowsservercore-ltsc2019-webassembly-amd64-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"windowsservercore-ltsc2019-webassembly-amd64$(FloatingTagSuffix)": {}
}
},
}
]
},
{
"platforms": [
{
"dockerfile": "src/windowsservercore/ltsc2022/helix/amd64",
"os": "windows",
Expand All @@ -37,7 +45,11 @@
"isLocal": true
}
}
},
}
]
},
{
"platforms": [
{
"dockerfile": "src/windowsservercore/ltsc2022/helix/webassembly",
"os": "windows",
Expand Down

0 comments on commit a5a8882

Please sign in to comment.