Skip to content

Commit

Permalink
use buildjet runners
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 28, 2024
1 parent b78575a commit f12759e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ on:
default: '1.18.15'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
include:
- platform: "linux/amd64"
runner: buildjet-16vcpu-ubuntu-2204
- platform: "linux/arm64"
runner: buildjet-16vcpu-ubuntu-2204-arm
runs-on: ${{ matrix.runner }}
steps:
- name: Set image name
run: |
Expand Down

0 comments on commit f12759e

Please sign in to comment.