Skip to content

Update mesa-asahi-20230902.tar.bz2 to 20230903 (#37) #70

Update mesa-asahi-20230902.tar.bz2 to 20230903 (#37)

Update mesa-asahi-20230902.tar.bz2 to 20230903 (#37) #70

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches:
- main
name: Build
jobs:
flatpak:
name: "build-extension"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-22.08
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
steps:
- uses: actions/checkout@v2
# Docker is required by the docker/setup-qemu-action which enables emulation
- name: Install deps
run: |
dnf -y install docker
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v5
with:
bundle: org.freedesktop.Platform.GL.asahi.flatpak
manifest-path: org.freedesktop.Platform.GL.asahi.yml
build-bundle: false
arch: ${{ matrix.arch }}