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:
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
- 'linux/arm/v7'
|
||||
# - 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
|
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
- ldap
|
||||
arch:
|
||||
- 'linux/amd64'
|
||||
- 'linux/arm64'
|
||||
- 'linux/arm/v7'
|
||||
# - 'linux/arm64'
|
||||
# - 'linux/arm/v7'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Reference in New Issue