Skip to content

Commit

Permalink
store/cockpitApi: hide cloud targets for now
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Jan 29, 2025
1 parent 65f824b commit df0fbcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/store/cockpitApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,20 @@ export const cockpitApi = emptyCockpitApi.injectEndpoints({
data: [
{
arch: 'aarch64',
image_types: ['aws', 'guest-image', 'image-installer'],
image_types: ['guest-image', 'image-installer'],
repositories: [],
},
{
arch: 'x86_64',
image_types: [
'aws',
'gcp',
'azure',
'rhel-edge-commit',
'rhel-edge-installer',
'edge-commit',
'edge-installer',
'guest-image',
'image-installer',
'vsphere',
'vsphere-ova',
],
repositories: [],
},
Expand Down

0 comments on commit df0fbcc

Please sign in to comment.