saltstack-formulas / docker-formula

Install and set up Docker
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
136 stars 330 forks source link

Use grains.osarch value with debian repository #315

Closed keslerm closed 2 years ago

keslerm commented 2 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Bug fix

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

Minor fix to use the grains.osarch value when using the debian pkg repo. Without this it will not work on other arch types, e.g. arm64

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

myii commented 2 years ago

Merged, thanks for the PR, @keslerm.

Note, I had to change the commit message when merging, to match our commit message guidelines:

-Use correct OS arch for deb pkg
+fix(osfamilymap): use correct OS arch for deb pkg
saltstack-formulas-travis commented 2 years ago

:tada: This PR is included in version 2.4.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: