mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
CI: Fix not available on Ubuntu 20.04 LTS
This commit is contained in:
parent
c7077c7d83
commit
6f3d4071b0
2 changed files with 3 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue