use matrix builds
This commit is contained in:
parent
ad8cc0657e
commit
1a89dcddc0
1 changed files with 10 additions and 7 deletions
|
@ -1,10 +1,13 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test-amd64:
|
test:
|
||||||
runs-on: amd64
|
strategy:
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- arch: amd64
|
||||||
|
- arch: arm64
|
||||||
|
runs-on:
|
||||||
|
- docker
|
||||||
|
- "${{ matrix.arch }}"
|
||||||
steps:
|
steps:
|
||||||
- run: docker info
|
- run: docker info
|
||||||
test-arm64:
|
|
||||||
runs-on: arm64
|
|
||||||
steps:
|
|
||||||
- run: docker info
|
|
||||||
|
|
Loading…
Reference in a new issue