ci: disable arm for ci due to duration
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
4224134a19
commit
2b999e922c
|
@ -234,8 +234,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
# - 'linux/arm64'
|
||||||
- 'linux/arm/v7'
|
# - 'linux/arm/v7'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|
|
@ -42,8 +42,8 @@ jobs:
|
||||||
- ldap
|
- ldap
|
||||||
arch:
|
arch:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
# - 'linux/arm64'
|
||||||
- 'linux/arm/v7'
|
# - 'linux/arm/v7'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Reference in New Issue