Skip to content

Commit

Permalink
github/workflows/build: add ARM linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jan 30, 2025
1 parent 4fd9893 commit 61c0dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,15 @@ jobs:
path: mpv.tar.gz

linux:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
container:
image: "registry.opensuse.org/home/mia/images/images/mpv-ci:stable-deps"
env:
CC: "${{ matrix.config.cc }}"
CXX: "${{ matrix.config.cxx }}"
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
config:
- {
cc: "gcc",
Expand Down

0 comments on commit 61c0dd0

Please sign in to comment.