File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ This directory contains Nix package definitions for the Identus Mediator.
2424# Build the mediator application
2525nix build .# mediator
2626
27- # Build Docker image (Linux only)
27+ # Build Docker image (Linux builder only)
2828nix build .# mediator-docker
2929
30- # Build cross-platform Docker images (Linux only)
30+ # Build cross-platform Docker images (Linux builder only)
3131# These create Docker images for specific architectures regardless of your host architecture
3232nix build .# mediator-docker-cross-linux-amd64
3333nix build .# mediator-docker-cross-linux-arm64
@@ -47,7 +47,7 @@ nix develop
4747
4848### Building on macOS
4949
50- Docker images cannot be built natively on macOS, and cross-compilation is not yet supported in this repository yet .
50+ Docker images cannot be built natively on macOS, and cross-compilation is not yet supported in this repository.
5151To build Docker images or Linux-specific packages from macOS, you need to configure a Linux remote builder.
5252
5353Nix will automatically delegate builds to the remote builder when you specify a different system architecture:
You can’t perform that action at this time.
0 commit comments