Skip to content

Commit

Permalink
Merge pull request #102 from newrelic/arm_support_integrations
Browse files Browse the repository at this point in the history
Add ARM support for the integrations
  • Loading branch information
alvarocabanas committed Jun 7, 2021
2 parents ae3cd7e + f5540e0 commit 5a58189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/ohi.yml
Expand Up @@ -36,6 +36,8 @@
- src: "{app_name}_{version}-1_{arch}.deb"
arch:
- amd64
- arm
- arm64
uploads:
- type: apt
src_repo: "{access_point_host}/infrastructure_agent/linux/apt"
Expand All @@ -54,6 +56,8 @@
- src: "{app_name}-{version}-1.{arch}.rpm"
arch:
- x86_64
- arm
- arm64
uploads:
- type: yum
dest: "{dest_prefix}linux/yum/el/{os_version}/{arch}/"
Expand Down

0 comments on commit 5a58189

Please sign in to comment.