Merge branch 'develop' of broccolimicro.io:Broccoli/broccoli-cli into develop

This commit is contained in:
Edward Arthur Bingham 2024-04-07 09:54:55 -04:00
commit d2da9e3ccb
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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