Skip to content

Commit

Permalink
Remove nerdctl-only option (oh boy)
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Apr 8, 2024
1 parent 978111a commit b485062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ TARBALL=$(nix build\
--option system $NIX_SYSTEM\
--extra-platforms $NIX_SYSTEM\
..#packages.$NIX_SYSTEM.openlane1-docker)
cat $TARBALL | docker load --platform=$BUILD_ARCH
cat $TARBALL | docker load
nix store delete $TARBALL
docker build --platform=$BUILD_ARCH -t efabless/openlane:current-$BUILD_ARCH .

0 comments on commit b485062

Please sign in to comment.