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

fix: use amd64 arch in action-install-gh-release pre-commit.yaml #37

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

displague
Copy link
Member

@displague displague commented Mar 19, 2024

Fix the architecture (s/x86-/amd/) per action-install-gh-release upstream maintainer comment:
jaxxstorm/action-install-gh-release#52 (comment)

Blocks #14

@displague displague requested a review from a team as a code owner March 19, 2024 20:42
@ctreatma ctreatma requested review from a team and removed request for a team March 20, 2024 14:23
@ctreatma ctreatma merged commit bb2c80c into main Mar 20, 2024
1 check failed
@ctreatma ctreatma deleted the fix-action-install-gh-release branch March 20, 2024 14:24
@displague
Copy link
Member Author

displague commented Apr 9, 2024

applied the change to all of those repos:

cat /tmp/foo | while read a; do 
  gh repo clone equinix-labs/$a 
  (
    cd $a
    git checkout renovate/jaxxstorm-action-install-gh-release-1.x
    sed -i "" s/x86-/amd/ .github/workflows/pre-commit.yaml
    git commit --signoff -m 'fix jaxxstorm-action-install-gh-release-1.x architecture list' -a 
    git push origin 
  );
done 

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