File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM efabless/openlane:intermediate
1
+ ARG PLATFORM
2
+ FROM efabless/openlane:intermediate-${PLATFORM}
2
3
3
4
RUN chmod 1777 /tmp
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ TARBALL=$(nix build\
10
10
..# packages.$NIX_SYSTEM.openlane1-docker)
11
11
cat $TARBALL | docker load
12
12
nix store delete $TARBALL
13
- docker build --platform=$BUILD_ARCH -t efabless/openlane:current-$BUILD_ARCH .
13
+ docker build --platform=$BUILD_ARCH --build-arg= " PLATFORM= $BUILD_ARCH " - t efabless/openlane:current-$BUILD_ARCH .
Original file line number Diff line number Diff line change 47
47
in
48
48
dockerTools . buildLayeredImage rec {
49
49
name = "efabless/openlane" ;
50
- tag = "current -${ docker-arch-name } " ;
50
+ tag = "intermediate -${ docker-arch-name } " ;
51
51
52
52
maxLayers = 2 ;
53
53
You can’t perform that action at this time.
0 commit comments