-
Notifications
You must be signed in to change notification settings - Fork 105
Use ubuntu-24.04-arm instead of self-hosted arm runner in CI #267
Copy link
Copy link
Closed
Labels
Type: enhancementNew feature or requestNew feature or request
Description
Describe the enhancement requested
We're using self-hosted arm runner at:
arrow-go/.github/workflows/test.yml
Lines 58 to 72 in b709be7
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request