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

build: update platforms OS for all docker images #89

Merged
merged 1 commit into from
Jan 29, 2025
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
26 changes: 13 additions & 13 deletions images-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
{
"image_name": "commerce-coordinator",
"name": "commerce coordinator",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "app"
},
{
"image_name": "course-discovery",
"name": "course discovery",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "credentials",
"name": "credentials",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "ecommerce",
"name": "ecommerce",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "edx-analytics-data-api",
"name": "edx analytics data api",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "edx-exams",
"name": "edx exams",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "app"
},
{
Expand Down Expand Up @@ -82,43 +82,43 @@
{
"image_name": "edx-notes-api",
"name": "edx notes api",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "enterprise-access",
"name": "enterprise access",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "devstack"
},
{
"image_name": "enterprise-catalog",
"name": "enterprise catalog",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "legacy_devapp"
},
{
"image_name": "enterprise-subsidy",
"name": "enterprise subsidy",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "devstack"
},
{
"image_name": "program-intent-engagement",
"name": "program intent engagement",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "app"
},
{
"image_name": "registrar",
"name": "registrar",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
"image_name": "xqueue",
"name": "xqueue",
"os_platform": "linux/arm64",
"os_platform": "linux/amd64,linux/arm64",
"target": "dev"
},
{
Expand Down