Compare commits

...

5 commits

Author SHA1 Message Date
7495ae12a7
ensure proper version of container
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-15 21:33:29 -05:00
303cd4262e
add glibc (for ldd) 2023-04-15 19:34:45 -05:00
569154d0ff
test 2023-04-15 19:31:50 -05:00
357c88a599
test 2023-04-15 19:29:52 -05:00
50dc1a3368
force latest version of checkout action 2023-04-15 19:27:08 -05:00
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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