Skip to content

Commit 9500443

Browse files
committed
Add fedora-40-aarch64
1 parent eb529ce commit 9500443

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build-vanagon.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'el-9-ppc64le',
2525
'fedora-36-x86_64',
2626
'fedora-40-x86_64',
27+
'fedora-40-aarch64',
2728
'sles-15-x86_64',
2829
'ubuntu-18.04-aarch64',
2930
'ubuntu-18.04-amd64',

overlookinfra.patch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,12 @@ index 99a996c..63c5487 100644
313313
proj.description 'The PDK runtime contains third-party components needed for the puppet developer kit'
314314
proj.license 'See components'
315315
proj.vendor 'Puppet, Inc. <[email protected]>'
316+
diff --git a/configs/platforms/fedora-40-aarch64.rb b/configs/platforms/fedora-40-aarch64.rb
317+
new file mode 100644
318+
index 0000000..0503231
319+
--- /dev/null
320+
+++ b/configs/platforms/fedora-40-aarch64.rb
321+
@@ -0,0 +1,3 @@
322+
+platform 'fedora-40-aarch64' do |plat|
323+
+ plat.inherit_from_default
324+
+end

0 commit comments

Comments
 (0)