Skip to content

Commit

Permalink
Add 3.6 and 3.6.1 toolchains (#4)
Browse files Browse the repository at this point in the history
* Add 3.6 and 3.6.1 toolchains
* Update latest
  • Loading branch information
Eeems authored Sep 20, 2023
1 parent 64d97fb commit 7d6a288
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions images/remarkable-toolchain/4.0.117-1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM eeems/remarkable-toolchain:base

RUN curl https://ipfs.eeems.website/ipfs/QmSDp52dwAoi4FTvHsZpjGuxLkLETTtVYu6kMdxQUiwJQu -o install-toolchain.sh && \
echo "29779c80db2a025126d52faad88d553cadda09fff31fb4138a9df1d5b7e8a247 install-toolchain.sh" | sha256sum --check && \
chmod +x install-toolchain.sh && \
./install-toolchain.sh -y && \
rm install-toolchain.sh
7 changes: 7 additions & 0 deletions images/remarkable-toolchain/4.0.177/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM eeems/remarkable-toolchain:base

RUN curl https://ipfs.eeems.website/ipfs/QmWD1Us3yTByABYNjP3rYhnZzYr3Lbp8roieBHLqAdt9J9 -o install-toolchain.sh && \
echo "52c3bec1b3cd744d39b2865d6f41d2edfaf337ae053acd48ee995c863a3afcc3 install-toolchain.sh" | sha256sum --check && \
chmod +x install-toolchain.sh && \
./install-toolchain.sh -y && \
rm install-toolchain.sh
2 changes: 1 addition & 1 deletion images/remarkable-toolchain/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM eeems/remarkable-toolchain:3.1.15
FROM eeems/remarkable-toolchain:4.0.117-1

0 comments on commit 7d6a288

Please sign in to comment.