Skip to content

Change build-test runner to ubuntu-24.04-arm#326

Open
DanySK wants to merge 1 commit into
ste-script:mainfrom
DanySK:patch-1
Open

Change build-test runner to ubuntu-24.04-arm#326
DanySK wants to merge 1 commit into
ste-script:mainfrom
DanySK:patch-1

Conversation

@DanySK
Copy link
Copy Markdown

@DanySK DanySK commented Apr 16, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 16, 2026 14:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the reusable CI workflow to run the main build-and-test job on an ARM-based Ubuntu 24.04 GitHub runner.

Changes:

  • Switched build-test job runner from ubuntu-latest to ubuntu-24.04-arm.

jobs:
build-test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching this job to an ARM runner changes the CPU architecture for everything below (notably the Build Go client (Docker) step). Since apps/client-go/Dockerfile.static does not set GOARCH, the produced byteroute-client will now be ARM64 instead of AMD64, so CI will no longer validate the AMD64 Docker build/binary. If you still need AMD64 validation/artifacts, consider either running a matrix over both architectures or pinning the Docker build platform (e.g., docker build --platform=linux/amd64 ...) and/or setting GOARCH explicitly in the Dockerfile.

Suggested change
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-24.04

Copilot uses AI. Check for mistakes.
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