refactor: replace types
with jobs
`jobs` is more accurate and understandable. PR: #40
This commit is contained in:
parent
f5bf7843a0
commit
57a8ac1373
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 1 # takes advantage of caching between types
|
||||
max-parallel: 1 # takes advantage of caching between jobs
|
||||
matrix:
|
||||
architecture:
|
||||
- arm
|
||||
|
Loading…
Reference in New Issue
Block a user