Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-heartbeats-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- platform: linux/amd64
runs-on: ubuntu-latest
- platform: linux/arm64
runs-on: ubuntu-arm64
runs-on: ubuntu-24.04-arm
runs-on: ${{ matrix.arch.runs-on }}
steps:
- name: Prepare
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- platform: linux/amd64
runs-on: ubuntu-latest
- platform: linux/arm64
runs-on: ubuntu-arm64
runs-on: ubuntu-24.04-arm
runs-on: ${{ matrix.arch.runs-on }}
steps:
- name: Prepare
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Git checkout
uses: actions/checkout@v3

# This is needed so that we can get the current version with vergen
- name: Fetch tag for current commit
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- platform: linux/amd64
runs-on: ubuntu-latest
- platform: linux/arm64
runs-on: ubuntu-arm64
runs-on: ubuntu-24.04-arm
configuration:
- build_configuration: production
runs-on: ${{ matrix.arch.runs-on }}
Expand Down
Loading