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