From 8644150466ca1facd8d4117e73fda3f9086984c3 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Wed, 7 Feb 2024 18:57:41 -0600 Subject: [PATCH] Add flatpak-devel, remove arm64 target --- .github/workflows/build.yml | 2 +- Containerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7335e07..911e5f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, arm64] + arch: [amd64] steps: - name: Maximize build space diff --git a/Containerfile b/Containerfile index 6fd42f0..61d44a3 100644 --- a/Containerfile +++ b/Containerfile @@ -22,7 +22,8 @@ RUN dnf install -y git \ cargo \ mesa-libgbm-devel \ pipewire-devel \ - pam-devel + pam-devel \ + flatpak-devel RUN git clone --recurse-submodules https://github.com/pop-os/cosmic-epoch RUN cd cosmic-epoch && just sysext && rm -rf cosmic-sysext/usr/lib/extension-release.d