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

start publishing tags based on supported os/arch #153

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

vistaarjuneja
Copy link
Collaborator

Commit Checklist

Thank you for creating a pull request! To help us review / merge this can you make sure that your PR adheres as much as possible to the following.

The Basics

If you are adding new functionality, please provide evidence of the new functionality.

func parseTags(pf *config.PoolFile) []string {
tags := []string{}
for i := range pf.Instances {
t := pf.Instances[i].Platform.OS + "-" + pf.Instances[i].Platform.Arch
Copy link
Contributor

Choose a reason for hiding this comment

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

os is used as darwin instead of macos

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

let's keep it for now. We can check with brad whether darwin is a better alternative than mac and update accordingly

Copy link
Contributor

Choose a reason for hiding this comment

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

we can review it when mac os support is added back

@vistaarjuneja vistaarjuneja merged commit c289caa into master Aug 12, 2022
@tphoney tphoney added the enhancement New feature or request label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants