-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DUPLO-9835: Support arm64 docker native (#38)
* add new packer builds * update packer build steps for new AMIs * add arch to the docker native JSON * fix bug in github action * add codium agent config * add CHANGELOG.md * Update CHANGELOG.md * temporarily disable AmazonLinux 2023 * temporarily disable AmazonLinux 2023 * skip google images in govcloud * fix missing dependency * fix PR generation --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f71785
commit 865e34d
Showing
7 changed files
with
351 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Ignore packer manifest | ||
packer-manifest.json | ||
govcloud-packer-manifest.json | ||
snippet-*.json | ||
*.pkrvars.json | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# See: https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-app | ||
# See: https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml | ||
|
||
[pr_reviewer] | ||
enable_review_labels_effort = true | ||
|
||
[pr_description] | ||
add_original_user_description = true | ||
keep_original_user_title = true | ||
|
||
[github_app] | ||
handle_pr_actions = ['opened', 'reopened', 'ready_for_review', 'review_requested'] | ||
pr_commands = [ | ||
"/describe", | ||
"/review", | ||
"/update_changelog --pr_update_changelog.push_changelog_changes=true" | ||
] | ||
handle_push_trigger = true | ||
push_commands = [ | ||
"/describe", | ||
"/review -i --pr_reviewer.remove_previous_review_comment=true", | ||
"/update_changelog" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 2024-02-07 | ||
|
||
### Added | ||
- Introduced support for ARM64 architecture in Docker native image generation. | ||
- Added ARM64 builds for Ubuntu 20, Ubuntu 22, Amazon Linux 2, and Amazon Linux 2023 in AWS Packer configurations. | ||
- Updated the main Packer build configuration to include ARM64 versions. | ||
|
||
### Changed | ||
- Modified the GitHub Actions workflow to exclude Ubuntu 18 from the build process, facilitating ARM64 build integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.