Merge branch 'develop' of broccolimicro.io:Broccoli/broccoli-cli into develop
This commit is contained in:
commit
d2da9e3ccb
@ -154,7 +154,7 @@ RUN apt-get update --fix-missing; DEBIAN_FRONTEND=noninteractive apt-get install
|
||||
|
||||
# install prspice
|
||||
WORKDIR /toolsrc
|
||||
RUN git clone https://github.com/nbingham1/prspice.git --branch v0.0.1
|
||||
RUN git clone https://github.com/nbingham1/prspice.git --branch v0.0.2
|
||||
WORKDIR prspice
|
||||
RUN make
|
||||
RUN cp prdbase prspice /opt/cad/bin
|
||||
|
5
Makefile
5
Makefile
@ -1,3 +1,8 @@
|
||||
all:
|
||||
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 .
|
||||
|
||||
push:
|
||||
docker push public.ecr.aws/l5h5o6z4/broccoli-cli:latest
|
||||
|
||||
pull:
|
||||
docker pull public.ecr.aws/l5h5o6z4/broccoli-cli:latest
|
||||
|
Loading…
Reference in New Issue
Block a user