You've already forked libmali-rockchip
mirror of
https://github.com/armbian/libmali-rockchip.git
synced 2026-01-06 12:03:41 -08:00
CI: Fix not available on Ubuntu 20.04 LTS
This commit is contained in:
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@@ -1,6 +1,8 @@
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE}
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y software-properties-common && \
|
||||
add-apt-repository -y ppa:ubuntu-support-team/meson
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
debhelper \
|
||||
|
||||
3
.github/workflows/build_and_release.yml
vendored
3
.github/workflows/build_and_release.yml
vendored
@@ -35,8 +35,7 @@ jobs:
|
||||
with:
|
||||
context: .github/workflows/
|
||||
tags: ${{ matrix.image }}:build
|
||||
# meson >= 0.54.0 is not available in Ubuntu 20.04
|
||||
build-args: IMAGE=${{ matrix.image }}:22.04
|
||||
build-args: IMAGE=${{ matrix.image }}:20.04
|
||||
cache-from: type=gha,scope=${{ matrix.image }}
|
||||
cache-to: type=gha,scope=${{ matrix.image }},mode=max
|
||||
load: true
|
||||
|
||||
Reference in New Issue
Block a user