Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 8, 2023
1 parent 7298a41 commit ac7898a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
llvm: [7, 8, 9, 10, 11, 12, 13, 14, 15]
ubuntu: [20, 22]
ubuntu: [18, 20, 22]
permissions:
packages: write
contents: read
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Set up Docker Buildx
id: buildx
Expand All @@ -49,7 +49,7 @@ jobs:
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
build-args: |
LLVM_VERSION=${{ matrix.llvm }}
UBUNTU_VERSION=${{ matrix.ubuntu }}.04
Expand Down

0 comments on commit ac7898a

Please sign in to comment.