Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick PR #595: Fix VS2022 image names #764

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose-windows-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
<<: *shared-build-env
PLATFORM: ps4
VISUAL_STUDIO_VERSION: "2022"
image: cobalt-build-ps4
image: cobalt-build-ps4-vs2022
depends_on:
- cobalt-build-vs2022-win-internal

Expand All @@ -159,7 +159,7 @@ services:
<<: *shared-build-env
PLATFORM: ps5
VISUAL_STUDIO_VERSION: "2022"
image: cobalt-build-ps5
image: cobalt-build-ps5-vs2022
depends_on:
- cobalt-build-vs2022-win-internal

Expand All @@ -176,7 +176,7 @@ services:
PLATFORM: xb1
COBALT_CONCURRENT_LINKS: ${COBALT_CONCURRENT_LINKS:-1}
VISUAL_STUDIO_VERSION: "2022"
image: cobalt-build-xb1
image: cobalt-build-xb1-vs2022
depends_on:
- cobalt-build-vs2022-win-internal

Expand All @@ -192,6 +192,6 @@ services:
<<: *shared-build-env
PLATFORM: nxswitch
VISUAL_STUDIO_VERSION: "2022"
image: cobalt-build-nxswitch
image: cobalt-build-nxswitch-vs2022
depends_on:
- cobalt-build-vs2022-win-internal