Compare commits
No commits in common. "7495ae12a73be1e586aaf543efee3b46243079f1" and "4d0c01b15cc1d82a9b77419c29249748bc67cc27" have entirely different histories.
7495ae12a7
...
4d0c01b15c
2 changed files with 4 additions and 6 deletions
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -4,9 +4,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/jcollie/nixos-runner:10-4d0c01b1
|
container: docker.io/jcollie/nixos-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- run: ldd /__e/node16/bin/node
|
- uses: actions/checkout@v3
|
||||||
# - uses: actions/checkout@v3.5.2
|
- run: nix -L build .#nixos-runner
|
||||||
# - run: nix -L build .#nixos-runner
|
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||||
# - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
pkgs.gnused
|
pkgs.gnused
|
||||||
pkgs.glibc.bin
|
|
||||||
pkgs.nix
|
pkgs.nix
|
||||||
pkgs.nodejs-16_x
|
pkgs.nodejs-16_x
|
||||||
pkgs.nushell
|
pkgs.nushell
|
||||||
|
|
Loading…
Reference in a new issue