Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add buildx builder support to get_ssh_agent_image #158

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

shanejbrown
Copy link
Contributor

@shanejbrown shanejbrown commented Aug 26, 2024

What does this PR do?

What issues does this PR fix or reference?

Previous Behavior

New Behavior

Merge requirements satisfied?

  • I have updated the documentation or no documentation changes are required.
  • I have added tests to cover my changes.
  • I have updated the base version in setup.py (if appropriate).

@@ -0,0 +1,19 @@
# Please note that for the SSH unit tests to pass on a local machine, the private key needs to be placed in ~/.ssh/buildrunner-deploy-id_rsa
# Look in the .github/workflows/build.yaml file for the SSH private key
use-legacy-builder: False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

random, but False is pythonic, but false is "more correct" for YAML (though both work I believe).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know. I wasn't aware that YAML had a preference. False definitely works here.

@shanejbrown shanejbrown merged commit 5921fb9 into adobe:main Aug 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants