We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7077c7 commit 6f3d407Copy full SHA for 6f3d407
.github/workflows/Dockerfile
@@ -1,6 +1,8 @@
1
ARG IMAGE
2
FROM ${IMAGE}
3
ENV DEBIAN_FRONTEND=noninteractive
4
+RUN apt-get update && apt-get install -y software-properties-common && \
5
+ add-apt-repository -y ppa:ubuntu-support-team/meson
6
RUN apt-get update && apt-get install -y --no-install-recommends \
7
build-essential \
8
debhelper \
.github/workflows/build_and_release.yml
@@ -35,8 +35,7 @@ jobs:
35
with:
36
context: .github/workflows/
37
tags: ${{ matrix.image }}:build
38
- # meson >= 0.54.0 is not available in Ubuntu 20.04
39
- build-args: IMAGE=${{ matrix.image }}:22.04
+ build-args: IMAGE=${{ matrix.image }}:20.04
40
cache-from: type=gha,scope=${{ matrix.image }}
41
cache-to: type=gha,scope=${{ matrix.image }},mode=max
42
load: true
0 commit comments