Skip to content

Commit

Permalink
fix(ci): switch to temp test location of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowghost committed Feb 28, 2022
1 parent 80c97c3 commit 05ebe48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ on:

jobs:
build_debian:
uses: jellyfin/jellyfin-ffmpeg/.github/workflows/_meta.yaml@master
uses: Shadowghost/jellyfin-ffmpeg/.github/workflows/_meta.yaml@ci-rework
with:
distro: 'debian'
codenames: '["buster", "bullseye"]'
architectures: '["amd64", "arm64", "armhf"]'
release: false

build_ubuntu:
uses: jellyfin/jellyfin-ffmpeg/.github/workflows/_meta.yaml@master
uses: Shadowghost/jellyfin-ffmpeg/.github/workflows/_meta.yaml@ci-rework
with:
distro: 'ubuntu'
codenames: '["focal", "bionic", "impish", "hirsute"]'
architectures: '["amd64", "arm64", "armhf"]'
release: false

build_windows:
uses: jellyfin/jellyfin-ffmpeg/.github/workflows/_meta.yaml@master
uses: Shadowghost/jellyfin-ffmpeg/.github/workflows/_meta.yaml@ci-rework
with:
distro: 'windows'
codenames: '["Windows 10"]'
Expand Down

0 comments on commit 05ebe48

Please sign in to comment.