Skip to content

Commit

Permalink
Use more explicit matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cozyGalvinism committed Mar 25, 2024
1 parent b4eed89 commit 4d7feb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust-dind.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish Docker images
name: Build and publish Docker images (Rust DinD)

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down Expand Up @@ -34,14 +34,14 @@ jobs:
matrix:
version:
- stable
host:
- 'x86_64-unknown-linux-gnu'
- 'x86_64-pc-windows-gnu'
- nightly
include:
- packages: ''
- label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: ''
label: 'vanilla'
- host: 'x86_64-pc-windows-gnu'
packages: 'gcc-mingw-w64-x86-64'
label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: 'libpq-dev'
label: 'postgres'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish Docker images
name: Build and publish Docker images (Rust)

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down Expand Up @@ -33,14 +33,14 @@ jobs:
matrix:
version:
- stable
host:
- 'x86_64-unknown-linux-gnu'
- 'x86_64-pc-windows-gnu'
- nightly
include:
- packages: ''
- label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: ''
label: 'vanilla'
- host: 'x86_64-pc-windows-gnu'
packages: 'gcc-mingw-w64-x86-64'
label: 'vanilla'
- host: 'x86_64-unknown-linux-gnu'
packages: 'libpq-dev'
label: 'postgres'
Expand Down

0 comments on commit 4d7feb5

Please sign in to comment.