Skip to content

Commit

Permalink
Add flatpak-devel, remove arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 8, 2024
1 parent 180b9b3 commit 8644150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [amd64, arm64]
arch: [amd64]

steps:
- name: Maximize build space
Expand Down
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8644150

Please sign in to comment.