mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 02:18:21 +00:00
feat: add OSTree to try out
because why not, immutable router without Nix abstractions!
This commit is contained in:
2
.github/workflows/ostree-build.yaml
vendored
2
.github/workflows/ostree-build.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
packages: write
|
||||
timeout-minutes: 40
|
||||
container:
|
||||
image: public.ecr.aws/docker/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0
|
||||
image: public.ecr.aws/docker/library/fedora:40
|
||||
# Fix SELinux for the built OSTree: https://github.com/coreos/rpm-ostree/issues/1943
|
||||
options: --privileged --security-opt label:disable
|
||||
strategy:
|
||||
|
||||
1
_redirects
Normal file
1
_redirects
Normal file
@@ -0,0 +1 @@
|
||||
/ https://github.com/JJGadgets/Biohazard 301
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" | wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"
|
||||
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" || wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"
|
||||
@@ -14,11 +14,6 @@ tmp-is-dir: true
|
||||
repos:
|
||||
- fedora-40
|
||||
- fedora-40-updates
|
||||
# - fedora-40-updates-testing
|
||||
- rpmfusion-free
|
||||
- rpmfusion-free-updates
|
||||
- copr:copr.fedorainfracloud.org:wezfurlong:wezterm-nightly
|
||||
- copr:copr.fedorainfracloud.org:atim:i3status-rust
|
||||
|
||||
packages:
|
||||
# base
|
||||
|
||||
Reference in New Issue
Block a user