Skip to content

Commit

Permalink
ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Jan 11, 2024
1 parent 495fdee commit 6a1a9aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/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
15 changes: 15 additions & 0 deletions .github/workflows/gstreamer-arm64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: GStreamer build AMD64

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
gstreamer-build-arm64:
uses: ./.github/workflows/gstreamer-base.yaml
with:
buildjet-runs-on: buildjet-8vcpu-ubuntu-2204-arm
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 6a1a9aa

Please sign in to comment.