Skip to content

Commit

Permalink
Merge branch 'master' into feature/prepare-graphql-for-async
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Oct 14, 2024
2 parents e414046 + 03a3554 commit 74bf964
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ jobs:
needs:
- cargo-verifications
- publish-crates-check
- build-docker-images
- cargo-test-kms
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -342,8 +341,8 @@ jobs:
matrix:
arch: [
# build on native runners instead of using emulation
{platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204},
{platform: linux/arm64, runner: buildjet-16vcpu-ubuntu-2204-arm}
{ platform: linux/amd64, runner: buildjet-8vcpu-ubuntu-2204 },
{ platform: linux/arm64, runner: buildjet-16vcpu-ubuntu-2204-arm }
]
runs-on: ${{ matrix.arch.runner }}
permissions:
Expand Down

0 comments on commit 74bf964

Please sign in to comment.