Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 13, 2024
1 parent c3b05e4 commit bb42b4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-gstreamer-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: GStreamer build AMD64

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
gstreamer-build-amd64:
Expand Down
3 changes: 0 additions & 3 deletions build/gstreamer/tag.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
set -x

#jq '.manifests[] | select(.platform.architecture == "amd64").digest'

image_suffix=(base dev prod prod-rs)
archs=(amd64 arm64)
gst_version=1.22.8
Expand All @@ -12,7 +10,6 @@ do
digests=()
for arch in ${archs[*]}
do
#docker manifest inspect livekit/gstreamer:$gst_version-$suffix-$arch | jq ".manifests[] | select(.platform.architecture == \"$arch\").digest"
digest=`docker manifest inspect livekit/gstreamer:$gst_version-$suffix-$arch | jq ".manifests[] | select(.platform.architecture == \"$arch\").digest"`
# remove quotes
digest=${digest:1:$[${#digest}-2]}
Expand Down

0 comments on commit bb42b4f

Please sign in to comment.