Skip to content

Commit

Permalink
update nix files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupino committed Jan 16, 2025
1 parent 5b47281 commit ff9234e
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 972 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ PKG ?= periodic-client-exe

ifeq ($(PLATFORM),aarch64-multiplatform-musl)
STRIP = aarch64-linux-gnu-strip
COMPILER ?= ghc966
COMPILER ?= ghc984
else
ifeq ($(PLATFORM),muslpi)
STRIP = armv6l-unknown-linux-musleabihf-strip
COMPILER ?= ghc884
else
COMPILER ?= ghc966
COMPILER ?= ghc984
endif
endif

Expand Down
Loading

0 comments on commit ff9234e

Please sign in to comment.