Skip to content

Commit

Permalink
Merge pull request #2533 from joshcooper/amazon2_7x
Browse files Browse the repository at this point in the history
Rename Amazon 7 to 2
  • Loading branch information
mhashizume authored Jun 3, 2024
2 parents 5a0fbe5 + a8cd1ca commit 3c50a6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions configs/platforms/amazon-2-aarch64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
platform 'amazon-2-aarch64' do |plat|
plat.inherit_from_default
end
3 changes: 0 additions & 3 deletions configs/platforms/amazon-7-aarch64.rb

This file was deleted.

6 changes: 3 additions & 3 deletions ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project: 'puppet-agent'
foss_platforms:
- amazon-2023-x86_64
- amazon-2023-aarch64
- amazon-7-aarch64
- amazon-2-aarch64
- debian-10-amd64
- debian-11-amd64
- debian-11-aarch64
Expand Down Expand Up @@ -56,8 +56,8 @@ platform_repos:
repo_location: repos/amazon/2023/**/x86_64
- name: amazon-2023-aarch64
repo_location: repos/amazon/2023/**/aarch64
- name: amazon-7-aarch64
repo_location: repos/amazon/7/**/aarch64
- name: amazon-2-aarch64
repo_location: repos/amazon/2/**/aarch64
- name: el-6-i386
repo_location: repos/el/6/**/i386
- name: el-6-x86_64
Expand Down

0 comments on commit 3c50a6a

Please sign in to comment.