Compare commits
5 commits
4d0c01b15c
...
7495ae12a7
Author | SHA1 | Date | |
---|---|---|---|
7495ae12a7 | |||
303cd4262e | |||
569154d0ff | |||
357c88a599 | |||
50dc1a3368 |
2 changed files with 6 additions and 4 deletions
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -4,8 +4,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/jcollie/nixos-runner:latest
|
container: docker.io/jcollie/nixos-runner:10-4d0c01b1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- run: ldd /__e/node16/bin/node
|
||||||
- run: nix -L build .#nixos-runner
|
# - uses: actions/checkout@v3.5.2
|
||||||
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
# - run: nix -L build .#nixos-runner
|
||||||
|
# - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
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