Skip to content

Commit

Permalink
feat(adoptium): support arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
knotekt authored Aug 13, 2024
1 parent 6319799 commit f9f1810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/adoptium.pp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
'i386' : { $arch = 'x86-32' }
'x86_64' : { $arch = 'x64' }
'amd64' : { $arch = 'x64' }
'aarch64' : { $arch = 'aarch64' }
'arm64' : { $arch = 'aarch64' }
default : {
fail ("unsupported platform ${$os_architecture}")
}
Expand Down

0 comments on commit f9f1810

Please sign in to comment.