Skip to content

Commit

Permalink
Add support for ARM64v8 architecture
Browse files Browse the repository at this point in the history
 - Update manifest to fetch latest architecture based gazebo
   from available distributions.
   This will also work for AMD64 to fetch available packages.

Signed-off-by: Odidev <[email protected]>
  • Loading branch information
odidev committed Aug 7, 2018
1 parent c69499f commit 54b54c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gazebo/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,26 @@ release_names:
- "libgazebo9"
- "libgazebo9-$os_code_name"
- latest
'9':
eol: 2023-05-25
os_names:
debian:
os_code_names:
stretch:
<<: *DEFAULT
archs:
- amd64
- arm64v8
tag_names:
gzserver9:
aliases:
- "gzserver9"
- "gzserver9-$os_code_name"
libgazebo9:
aliases:
- "libgazebo9"
- "libgazebo9-$os_code_name"
- latest

meta:
maintainers:
Expand Down

0 comments on commit 54b54c5

Please sign in to comment.