Skip to content

Commit

Permalink
add fips upload schemas to ohi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Nov 21, 2024
1 parent d435bfb commit 249cfd9
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions schemas/ohi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
- arm
- arm64

- src: "{app_name}_linux_{version}_{arch}_fips.tar.gz"
uploads:
- type: file
dest: "{dest_prefix}binaries/linux/{arch}/{src}"
arch:
- amd64
- arm64

- src: "{app_name}-{arch}.{version}.zip"
uploads:
- type: file
Expand Down Expand Up @@ -59,6 +67,31 @@
- bullseye
- bookworm

- src: "{app_name}_{version}-1_{arch}_fips.deb"
arch:
- amd64
- arm64
uploads:
- type: apt
src_repo: "{access_point_host}/infrastructure_agent/linux/apt"
dest: "{dest_prefix}linux/apt/"
os_version:
- noble
- jammy
- focal
- bionic
- buster
- jessie
- precise
- stretch
- trusty
- wheezy
- xenial
- groovy
- hirsute
- bullseye
- bookworm

- src: "{app_name}-{version}-1.{arch}.rpm"
arch:
- x86_64
Expand Down Expand Up @@ -94,3 +127,38 @@
os_version:
- 2
- 2023

- src: "{app_name}-{version}-1.{arch}_fips.rpm"
arch:
- x86_64
- arm64
uploads:
- type: yum
dest: "{dest_prefix}linux/yum/el/{os_version}/{arch}/"
os_version:
- 5
- 6
- 7
- 8
- 9

- type: zypp
dest: "{dest_prefix}linux/zypp/sles/{os_version}/{arch}/"
os_version:
- 11.4
- 12.1
- 12.2
- 12.3
- 12.4
- 12.5
- 15.1
- 15.2
- 15.3
- 15.4
- 15.5

- type: yum
dest: "{dest_prefix}linux/yum/amazonlinux/{os_version}/{arch}/"
os_version:
- 2
- 2023

0 comments on commit 249cfd9

Please sign in to comment.