Skip to content

Commit

Permalink
chore: complete buil matrix for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Jul 20, 2020
1 parent 59a9895 commit 6c683c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos]
build: [bionic, focal, macos, bionic-pkg, focal-pkg]
include:
- build: bionic
os: ubuntu-18.04
Expand All @@ -83,10 +83,6 @@ jobs:
os: ubuntu-20.04
rust: nightly
target: x86_64-unknown-linux-gnu
- build: macos-pkg
os: macos-latest
rust: nightly
target: x86_64-apple-darwin

steps:
- name: Checkout repository
Expand Down Expand Up @@ -191,16 +187,24 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux]
build: [bionic, focal, bionic-pkg, focal-pkg]
include:
- build: linux
- build: bionic
os: ubuntu-18.04
rust: nightly
target: x86_64-unknown-linux-gnu
- build: linux-pkg
- build: focal
os: ubuntu-20.04
rust: nightly
target: x86_64-unknown-linux-gnu
- build: bionic-pkg
os: ubuntu-18.04
rust: nightly
target: x86_64-unknown-linux-gnu
- build: focal-pkg
os: ubuntu-20.04
rust: nightly
target: x86_64-unknown-linux-gnu

steps:
- name: Checkout repository
Expand All @@ -218,10 +222,6 @@ jobs:
if: matrix.os == 'ubuntu-18.04'
run: scripts/ci/ubuntu-install-packages

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.469'

- uses: actions/setup-node@v1
with:
node-version: '12.x'
Expand Down

0 comments on commit 6c683c1

Please sign in to comment.