Skip to content

Commit

Permalink
move from arm64 emulation to running on native arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Feb 6, 2025
1 parent 96ce2d8 commit 5210a3e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-equation-extraction-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-funman-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-gollm-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-mira-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-table-extraction-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-text-extraction-taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
tags: ${{ needs.image-tag.outputs.tagged-image-name }}--amd64

arm64-emulation:
runs-on: ubuntu-24.04
arm64:
runs-on: ubuntu-24.04-arm
needs: image-tag
permissions:
contents: read
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs:
- image-tag
- amd64
- arm64-emulation
- arm64
uses: ./.github/workflows/merge-images.yml
with:
name: ${{ needs.image-tag.outputs.tagged-image-name }}

0 comments on commit 5210a3e

Please sign in to comment.