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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:latest
|
||||
container: docker.io/jcollie/nixos-runner:10-4d0c01b1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix -L build .#nixos-runner
|
||||
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||
- run: ldd /__e/node16/bin/node
|
||||
# - uses: actions/checkout@v3.5.2
|
||||
# - 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.gnugrep
|
||||
pkgs.gnused
|
||||
pkgs.glibc.bin
|
||||
pkgs.nix
|
||||
pkgs.nodejs-16_x
|
||||
pkgs.nushell
|
||||
|
|
Loading…
Reference in a new issue