Update build.yml

This commit is contained in:
Jay Lee
2022-05-25 19:18:51 -04:00
committed by GitHub
parent 5d618de296
commit dbfbf61ddc

View File

@@ -24,16 +24,11 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: ubuntu-20.04 - os: ubuntu-22.04
jid: 1 jid: 1
goal: build goal: build
arch: x86_64 arch: x86_64
openssl_archs: linux-x86_64 openssl_archs: linux-x86_64
#- os: ubuntu-22.04
# jid: 11
# goal: build
# arch: x86_64
# openssl_archs: linux-x86_64
- os: [self-hosted, linux, arm64] - os: [self-hosted, linux, arm64]
jid: 2 jid: 2
goal: build goal: build
@@ -87,7 +82,7 @@ jobs:
with: with:
path: | path: |
bin bin
key: gam-${{ matrix.jid }}-20220517 key: gam-${{ matrix.jid }}-20220525
- name: Use pre-compiled Python for testing - name: Use pre-compiled Python for testing
if: matrix.python != '' if: matrix.python != ''