Skip to content

Commit

Permalink
fix files, add branding copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolopjr committed Jan 26, 2025
1 parent 287f034 commit 4e2ac12
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build Custom Image
name: Build westerOS Image
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build westeros
name: Build westerOS
on:
schedule:
- cron: "42 6 * * 0" # 6:42a UTC everyday
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create Release
name: Create westerOS Release
on:
workflow_call:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM ghcr.io/ublue-os/bazzite-gnome-nvidia:stable

COPY build.sh /tmp/build.sh
COPY branding.sh /tmp/branding.sh
COPY desktop-1password.sh /tmp/desktop-1password.sh
COPY desktop-packages.sh /tmp/desktop-packages.sh
COPY remove-cliwrap.sh /tmp/remove-cliwrap.sh
COPY remove-packages.sh /tmp/remove-packages.sh
COPY shared/etc /etc
COPY files/etc /etc

RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4e2ac12

Please sign in to comment.