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

Use ubuntu-24.04-arm instead of self-hosted arm runner in CI #267

Closed
kou opened this issue Feb 4, 2025 · 2 comments · Fixed by #268
Closed

Use ubuntu-24.04-arm instead of self-hosted arm runner in CI #267

kou opened this issue Feb 4, 2025 · 2 comments · Fixed by #268
Assignees
Labels
Type: enhancement New feature or request

Comments

@kou
Copy link
Member

kou commented Feb 4, 2025

Describe the enhancement requested

We're using self-hosted arm runner at:

if [ "$GITHUB_REPOSITORY_OWNER" = "apache" ]; then
echo "," >> "$GITHUB_OUTPUT"
cat <<JSON >> "$GITHUB_OUTPUT"
{
"arch-label": "ARM64",
"arch": "arm64v8",
"go": "1.22",
"runs-on": ["self-hosted", "arm", "linux"]
},
{
"arch-label": "ARM64",
"arch": "arm64v8",
"go": "1.23",
"runs-on": ["self-hosted", "arm", "linux"]
}

Component(s)

Continuous Integration

@kou kou added the Type: enhancement New feature or request label Feb 4, 2025
@singh1203
Copy link
Contributor

Hey @kou I would be happy to assist here; kindly assign

@kou
Copy link
Member Author

kou commented Feb 5, 2025

Thanks!

singh1203 added a commit to singh1203/arrow-go that referenced this issue Feb 5, 2025
Signed-off-by: Saurabh Kumar Singh <singh1203.ss@gmail.com>
singh1203 added a commit to singh1203/arrow-go that referenced this issue Feb 5, 2025
Signed-off-by: Saurabh Kumar Singh <singh1203.ss@gmail.com>
singh1203 added a commit to singh1203/arrow-go that referenced this issue Feb 5, 2025
Signed-off-by: Saurabh Kumar Singh <singh1203.ss@gmail.com>
singh1203 added a commit to singh1203/arrow-go that referenced this issue Feb 6, 2025
Signed-off-by: Saurabh Kumar Singh <singh1203.ss@gmail.com>
@kou kou closed this as completed in #268 Feb 6, 2025
@kou kou closed this as completed in 4317e63 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants