Skip to content

Comments

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

Merged
ctreatma merged 1 commit intomainfrom
fix-action-install-gh-release
Mar 20, 2024
Merged

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

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
@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