CrunchyData / bridge-cli

CLI for Crunchy Bridge
GNU General Public License v3.0
24 stars 4 forks source link

nix: add builds for aarch64-linux #127

Closed will closed 10 months ago

will commented 1 year ago

I recently added crystal compilers in our crunchydata/nixpkgs repo, so just by updating cb's flake.lock we should get all builds for aarch64-linux

[will@nixos:~]$ nix shell github:crunchydata/bridge-cli/aarch64-linux

[will@nixos:~]$ file $(which cb)
/nix/store/zk8244vdw1iljk68gf0wxx05vl7fimbd-cb-3.4.0-dev/bin/cb: 
ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /nix/store/jxjy8r4k8pf7v0hasi37qgva9va81kj2-glibc-2.37-8/lib/ld-linux-aarch64.so.1, for GNU/Linux 3.10.0, not stripped

[will@nixos:~]$ uname -a
Linux nixos 6.1.28 #1-NixOS SMP Thu May 11 14:04:52 UTC 2023 aarch64 GNU/Linux

[will@nixos:~]$ cb version
cb v3.4.0-dev (cafe9de)
will commented 10 months ago

This made it in indirectly through other updates.