forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pull] main from ublue-os:main (#28)
Co-authored-by: Noel Miller <[email protected]> Co-authored-by: Hikari <[email protected]> Co-authored-by: Jorge O. Castro <[email protected]> Co-authored-by: Dylan M. Taylor <[email protected]> Co-authored-by: Brian Ketelsen <[email protected]>
- Loading branch information
1 parent
9375d8e
commit 8806eb4
Showing
19 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,16 +34,18 @@ jobs: | |
steps: | ||
- name: Build ISOs | ||
#if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch | ||
uses: ublue-os/[email protected].7 | ||
uses: ublue-os/[email protected].8 | ||
with: | ||
ARCH: x86_64 | ||
IMAGE_NAME: ${{ matrix.image_name }} | ||
IMAGE_REPO: ghcr.io/ublue-os | ||
VARIANT: 'Silverblue' | ||
VERSION: ${{ matrix.major_version }} | ||
IMAGE_TAG: ${{ matrix.image_tag }} | ||
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' | ||
ENROLLMENT_PASSWORD: 'ublue-os' | ||
ACTION_REPO: ublue-os/isogenerator | ||
ACTION_REF: 1.0.5 | ||
ACTION_REF: 1.0.8 | ||
- name: Upload ISOs and SHA Checksum Files to R2 | ||
shell: bash | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
status --is-interactive && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" | ||
command -v brew >/dev/null 2>&1 && status --is-interactive && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[ $- == *i* ]] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" | ||
[[ $(command -v brew >/dev/null 2>&1) && $- == *i* ]] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#This file sets the resource limits for the users logged in via PAM. | ||
#It does not affect resource limits of the system services. | ||
#This file overrides defaults set in /etc/security/limits.conf | ||
|
||
* soft nofile 4096 | ||
* hard nofile 8192 | ||
root soft nofile 4096 | ||
root hard nofile 8192 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2009, 2010, 2013 André Berg | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.