Remove i386 support
This commit is contained in:
parent
349181dbe1
commit
298194e43e
2
.github/workflows/camera-aiortc.yml
vendored
2
.github/workflows/camera-aiortc.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
addon: ["camera-rtc"]
|
addon: ["camera-rtc"]
|
||||||
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
|
arch: ["aarch64", "amd64", "armhf", "armv7"]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@ -11,7 +11,6 @@ arch:
|
|||||||
- amd64
|
- amd64
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
|
||||||
init: false
|
init: false
|
||||||
video: true
|
video: true
|
||||||
usb: true
|
usb: true
|
||||||
@ -19,3 +18,4 @@ options:
|
|||||||
webrtc_arguments: ''
|
webrtc_arguments: ''
|
||||||
schema:
|
schema:
|
||||||
webrtc_arguments: str
|
webrtc_arguments: str
|
||||||
|
image: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user