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:
|
||||
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
|
||||
|
||||
@ -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: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user