Skip to content

Commit

Permalink
Add aarch64 (arm64) support
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Dec 8, 2024
1 parent b469b2f commit 4d3d8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
case $caddy_architecture {
'x86_64', 'amd64': { $arch = 'amd64' }
'x86' : { $arch = '386' }
'aarch64' : { $arch = 'arm64' }
default: {
$arch = $caddy_architecture
warning("arch ${arch} may not be supported.")
Expand Down

0 comments on commit 4d3d8cd

Please sign in to comment.