Skip to content

Commit

Permalink
fixup! ci: Build static executable and docker image on aarch64 via nix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 23, 2024
1 parent 6f90926 commit dbf7190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
# pkgsStatic is based on musl, so is a kind of cross-compilation.
# We still make this explicit here via pkgsCross, because we need
# to get postgresql/libpq for musl, too.
pkgsCross = pkgs.pkgsCross.musl64;
pkgsCross = pkgs.pkgsCross.aarch64-multiplatform-musl;
inherit (pkgsCross) pkgsStatic;
inherit (pkgsStatic.haskell) lib;

Expand Down

0 comments on commit dbf7190

Please sign in to comment.