Skip to content

Commit

Permalink
Merge pull request #341 from AntelopeIO/antelope-spring-deb-again
Browse files Browse the repository at this point in the history
fix instance of missed `antelope-spring` package rename in `reproducible.Dockerfile`
  • Loading branch information
spoonincode authored Jul 3, 2024
2 parents 7dd41a1 + cc94b66 commit d361a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/reproducible.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ARG SPRING_BUILD_JOBS
COPY / /__w/spring/spring
RUN cmake -S /__w/spring/spring -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -GNinja && \
cmake --build build -t package -- ${SPRING_BUILD_JOBS:+-j$SPRING_BUILD_JOBS} && \
/__w/spring/spring/tools/tweak-deb.sh build/spring_*.deb
/__w/spring/spring/tools/tweak-deb.sh build/antelope-spring_*.deb

FROM scratch AS exporter
COPY --from=build /build/*.deb /build/*.tar.* /

0 comments on commit d361a93

Please sign in to comment.