flatpak-nightly: Only build GStreamer Rust plugins on x64

We are no longer able to build them on aarch64, as CI either runs out of memory or time limit
This commit is contained in:
Rafał Dzięgiel
2022-10-10 18:06:32 +02:00
parent 301e1f2ade
commit 845de1db8b

View File

@@ -1,6 +1,9 @@
{
"name": "gst-plugins-rs",
"buildsystem": "simple",
"only-arches": [
"x86_64"
],
"build-options": {
"build-args": [
"--share=network"