Skip to content

Commit b0ec08c

Browse files
committed
temp disable broken conda builds
1 parent 64dfef9 commit b0ec08c

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/build_and_publish_all_images.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
strategy:
4747
matrix:
4848
include:
49-
- name: conda
50-
build_args: |
51-
PACKAGE_VERSION=0.0.0.dev0
52-
PKG_VERSION=0.0.0
53-
context: addons/conda
49+
# - name: conda
50+
# build_args: |
51+
# PACKAGE_VERSION=0.0.0.dev0
52+
# PKG_VERSION=0.0.0
53+
# context: addons/conda
5454

5555
- name: coturn
5656
context: addons/coturn
@@ -208,9 +208,9 @@ jobs:
208208
strategy:
209209
matrix:
210210
include:
211-
- name: conda
212-
source: /opt/selkies-gstreamer-conda.tar.gz
213-
target: selkies-gstreamer-portable.tar.gz
211+
# - name: conda
212+
# source: /opt/selkies-gstreamer-conda.tar.gz
213+
# target: selkies-gstreamer-portable.tar.gz
214214

215215
- name: gst-web
216216
source: /opt/gst-web.tar.gz

.github/workflows/build_and_publish_changed_images.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
- name: conda
61-
build_args: |
62-
PACKAGE_VERSION=0.0.0.dev0
63-
PKG_VERSION=0.0.0
64-
context: addons/conda
60+
# - name: conda
61+
# build_args: |
62+
# PACKAGE_VERSION=0.0.0.dev0
63+
# PKG_VERSION=0.0.0
64+
# context: addons/conda
6565

6666
- name: coturn
6767
context: addons/coturn
@@ -237,9 +237,9 @@ jobs:
237237
strategy:
238238
matrix:
239239
include:
240-
- name: conda
241-
source: /opt/selkies-gstreamer-conda.tar.gz
242-
target: selkies-gstreamer-portable.tar.gz
240+
# - name: conda
241+
# source: /opt/selkies-gstreamer-conda.tar.gz
242+
# target: selkies-gstreamer-portable.tar.gz
243243

244244
- name: gst-web
245245
source: /opt/gst-web.tar.gz

0 commit comments

Comments
 (0)