-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 3.6 and 3.6.1 toolchains * Update latest
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |