Skip to content

Commit

Permalink
Adjust CI and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRink committed Jul 4, 2024
1 parent 2a4fd15 commit 767cca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/book/src/capi/providers/vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ In addition to the configuration found in `images/capi/packer/config`, the `ova`
| `rhel-7.json` | The settings for the RHEL 7 image |
| `ubuntu-1804.json` | The settings for the Ubuntu 18.04 image |
| `ubuntu-2004.json` | The settings for the Ubuntu 20.04 image |
| `ubuntu-2204.json` | The settings for the Ubuntu 22.04 image |
| `ubuntu-2204.json` | The settings for the Ubuntu 22.04 image |
| `ubuntu-2204-efi.json` | The settings for the Ubuntu 22.04 EFI image |
| `ubuntu-2404-efi.json` | The settings for the Ubuntu 24.04 EFI image |
| `vsphere.json` | Additional settings needed when building on a remote vSphere |

### Photon specific options
Expand Down
2 changes: 1 addition & 1 deletion images/capi/scripts/ci-ova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CAPI_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
cd "${CAPI_ROOT}" || exit 1

export ARTIFACTS="${ARTIFACTS:-${PWD}/_artifacts}"
TARGETS=("ubuntu-2004" "ubuntu-2204" "photon-3" "photon-4" "photon-5" "rockylinux-8" "flatcar")
TARGETS=("ubuntu-2004" "ubuntu-2204" "ubuntu-2404-efi" "photon-3" "photon-4" "photon-5" "rockylinux-8" "flatcar")

export BOSKOS_RESOURCE_OWNER=image-builder
if [[ "${JOB_NAME}" != "" ]]; then
Expand Down

0 comments on commit 767cca6

Please sign in to comment.