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

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion committed Jul 21, 2024
1 parent bc56657 commit 58cfc78
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
image: ghcr.io/pikaos-linux/pikaos-builder:canary
volumes:
- /proc:/proc
options: --privileged -it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
image: ghcr.io/pikaos-linux/pikaos-builder:nest
volumes:
- /proc:/proc
options: --privileged -it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
image: ghcr.io/pikaos-linux/pikaos-builder:canary
volumes:
- /proc:/proc
options: --privileged -it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ghcr.io/pikaos-linux/pika-package-container:latest
image: ghcr.io/pikaos-linux/pikaos-builder:nest
volumes:
- /proc:/proc
options: --privileged -it
Expand Down
4 changes: 4 additions & 0 deletions main.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /bin/bash

LC_ALL=C apt list --installed | grep -F '[installed,local]'

exit 1

VERSION=$(date '+%Y%m%d')

# Clone Upstream
Expand Down

0 comments on commit 58cfc78

Please sign in to comment.