Skip to content

Commit

Permalink
Try using ubuntu-arm to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Feb 14, 2025
1 parent 2d43ba8 commit 196f048
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
build-amd64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand All @@ -35,15 +35,12 @@ jobs:
jenkins-agent-dind.cache-to=type=gha,scope=jenkins-agent-dind-amd64,mode=max
build-arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -99,9 +96,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 196f048

Please sign in to comment.