Skip to content

Commit

Permalink
arm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Jan 12, 2024
1 parent 9579802 commit a58fcc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ ENV VERSION 1.38.0

ADD https://github.com/fastly/pushpin/releases/download/v${VERSION}/pushpin-${VERSION}.tar.bz2 .

RUN tar xvf pushpin-${VERSION}.tar.bz2 && mv pushpin-${VERSION} pushpin
RUN tar xf pushpin-${VERSION}.tar.bz2 && mv pushpin-${VERSION} pushpin

ADD https://github.com/fastly/pushpin/commit/95a634a9074fa98431b534974f2d8a662a109baf.patch?full_index=1 .

RUN cd pushpin && patch -p1 <../95a634a9074fa98431b534974f2d8a662a109baf.patch

WORKDIR /build/pushpin

Expand Down

0 comments on commit a58fcc8

Please sign in to comment.