Skip to content

Commit

Permalink
Change workflow image
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 13, 2024
1 parent 43e2251 commit 1ae7f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-gstreamer-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: GStreamer build ARM64

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
gstreamer-build-arm64:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gstreamer-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
tag-gstreamer-build:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion build/gstreamer/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ image_suffix=(base dev prod prod-rs)
archs=(amd64 arm64)
gst_version=1.22.8

docker version

for suffix in ${image_suffix[*]}
do
digests=()
Expand All @@ -23,6 +25,6 @@ do
done

docker manifest create livekit/gstreamer:$gst_version-$suffix$manifests
docker manifest push livekit/gstreamer:$gst_version-$suffix
# docker manifest push livekit/gstreamer:$gst_version-$suffix
done

0 comments on commit 1ae7f7b

Please sign in to comment.