Skip to content

Commit

Permalink
Merge pull request #876 from puppetlabs/CAT-1903
Browse files Browse the repository at this point in the history
(CAT-1903) Add support for RedHat 8 and 9 AARCH architecture to the PDK
  • Loading branch information
jordanbreen28 authored Jul 18, 2024
2 parents 973845b + eff1294 commit 311535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
end

if platform.name == 'el-8-x86_64' || platform.name == 'el-9-x86_64'
if platform.name.match(/^el\-(?:8|9)\-(?:x86_64|aarch64)/)
build_deps.reject! { |r| r == 'dh-autoreconf' }
end

Expand Down

0 comments on commit 311535a

Please sign in to comment.