Skip to content

Commit d2da9e3

Browse files
committed
Merge branch 'develop' of broccolimicro.io:Broccoli/broccoli-cli into develop
2 parents af1a3e3 + ece6752 commit d2da9e3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN apt-get update --fix-missing; DEBIAN_FRONTEND=noninteractive apt-get install
154154

155155
# install prspice
156156
WORKDIR /toolsrc
157-
RUN git clone https://github.com/nbingham1/prspice.git --branch v0.0.1
157+
RUN git clone https://github.com/nbingham1/prspice.git --branch v0.0.2
158158
WORKDIR prspice
159159
RUN make
160160
RUN cp prdbase prspice /opt/cad/bin

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
all:
22
DOCKER_BUILDKIT=1 docker build --shm-size=4gb --secret id=user,src=.secret/user --secret id=token,src=.secret/token -t git.broccolimicro.io/broccoli/broccoli-cli:latest -t public.ecr.aws/l5h5o6z4/broccoli-cli:latest .
33

4+
push:
5+
docker push public.ecr.aws/l5h5o6z4/broccoli-cli:latest
6+
7+
pull:
8+
docker pull public.ecr.aws/l5h5o6z4/broccoli-cli:latest

0 commit comments

Comments
 (0)