Skip to content

Commit

Permalink
Switch to buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Oct 17, 2023
1 parent c78e9c4 commit f4c2bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DiploiTemplateBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2204-arm
permissions:
contents: read
packages: write
Expand All @@ -28,8 +28,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit f4c2bc0

Please sign in to comment.