Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek-helper): attempt to fix issue preventing it from copyin…
Browse files Browse the repository at this point in the history
…g to main image
  • Loading branch information
sneexy-boi committed Sep 4, 2024
1 parent dda2cd9 commit ce724ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions containerfiles/mazurek-helper/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ COPY --from=go /tmp/go-built/usr /artifacts/usr
COPY --from=cargo /tmp/cargo-built/usr /artifacts/usr
COPY --from=catppuccin /tmp/catppuccin-gtk/usr /artifacts/usr
COPY --from=catppuccin /tmp/catppuccin-gtk/etc /artifacts/etc
RUN --from=wayland rm -rf /tmp/wayland-built/usr/local/
COPY --from=wayland /tmp/wayland-built/usr /artifacts/usr
1 change: 0 additions & 1 deletion files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ meson build
ninja -C build
meson install -C build --destdir "/tmp/wayland-built"
mv /tmp/wayland-built/usr/local/bin/sway-audio-idle-inhibit /tmp/wayland-built/usr/bin
rm -rf /tmp/wayland-built/usr/local

# wpaperd - https://github.com/danyspin97/wpaperd
cd /tmp
Expand Down

0 comments on commit ce724ab

Please sign in to comment.