Skip to content

Commit

Permalink
Remove buildjet (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Aug 18, 2023
1 parent 8ca99be commit c836eb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- amd64
include:
- arch: arm64
os: buildjet-2vcpu-ubuntu-2204-arm
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- arch: amd64
os: ubuntu-latest
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- arch: amd64
os: ubuntu-latest
- arch: arm64
os: buildjet-2vcpu-ubuntu-2204-arm
os: ubuntu-latest
outputs:
amd64: ${{ steps.digests.outputs.amd64 }}
arm64: ${{ steps.digests.outputs.arm64 }}
Expand All @@ -155,6 +155,7 @@ jobs:
with:
driver-opts: |
image=moby/buildkit:v0.10.6
- uses: docker/setup-qemu-action@v2

# Build the image on pulls, main
- name: Build javy image
Expand Down

0 comments on commit c836eb0

Please sign in to comment.