Skip to content

Commit

Permalink
proxyscotch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tob1as committed Nov 21, 2024
1 parent eca814c commit 375b5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxyscotch.scratch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN \
echo "Proxyscotch Version = ${VERSION}" ; \
BUILD_OS=$(go env GOOS) ; \
BUILD_ARCH=$(go env GOARCH) ; \
cd /etc ; \
cd /go ; \
git clone --branch ${VERSION} --single-branch https://github.com/hoppscotch/proxyscotch.git ./proxyscotch ; \
cd /etc/proxyscotch ; \
cd /go/proxyscotch ; \
# prepare for other arch https://github.com/hoppscotch/proxyscotch/blob/master/build.sh#L329
sed -i "s/amd64/${BUILD_ARCH}/" build.sh ; \
./build.sh ${BUILD_OS} server ; \
Expand Down

0 comments on commit 375b5ac

Please sign in to comment.