Skip to content

Commit

Permalink
Merge pull request #2532 from joshcooper/amazon2
Browse files Browse the repository at this point in the history
Rename Amazon 7 to 2
  • Loading branch information
cthorn42 authored Jun 3, 2024
2 parents a16e281 + 8c4b5b6 commit f4cebbe
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 @@ -6,7 +6,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 @@ -48,8 +48,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-7-x86_64
repo_location: repos/el/7/**/x86_64
- name: el-8-x86_64
Expand Down

0 comments on commit f4cebbe

Please sign in to comment.