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

feat: Switches to new Azure image #167

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dploeger
Copy link
Member

Fixes #161

@dploeger dploeger requested a review from a team as a code owner October 29, 2024 13:29
execHandle 'Installing fish' sudo apk add fish perl fzf git
elif [ "${FLAVOUR}" == "XawsX" ]
elif [[ "${FLAVOUR}" == "azure" ]]
Copy link
Member

Choose a reason for hiding this comment

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

did you omit the enclosing 'X...X' on purpose?
Same for the aws line below.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I remembered that we had a talk about this at some point and decided that it might no be necessary anymore and as I was changing the scripts anyway I thought I'd directly optimize it as well.

Copy link
Member

@timdeluxe timdeluxe left a comment

Choose a reason for hiding this comment

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

Thanks 🎁

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.

Azure flavour: Switch to Azure Linux
3 participants