Ignore i386

This commit is contained in:
Fredrik Baberg 2022-07-07 20:36:49 +02:00
parent b096083bfd
commit 95ee271e8b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
addon: ["camera-rtc"]
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
arch: ["aarch64", "amd64", "armhf", "armv7"]
steps:
- name: Check out the repository
uses: actions/checkout@v3

View File

@ -11,7 +11,6 @@ arch:
- amd64
- armhf
- armv7
- i386
init: false
video: true
usb: true
@ -19,3 +18,4 @@ options:
webrtc_arguments: ''
schema:
webrtc_arguments: str
image: