Skip to content

Commit

Permalink
Only build the versions we need
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 29, 2023
1 parent 2c87b1f commit 893808b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,12 @@ jobs:
fail-fast: false
matrix:
version:
- '12.2'
- '12.4'
- '13.0'
- '13.1'
- '13.2'

architecture:
- name: x86-64
qemu: x86

- name: arm64
qemu: aarch64

exclude:
- version: '12.2'
architecture:
name: arm64
qemu: aarch64

steps:
- name: Clone Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 893808b

Please sign in to comment.