-
Notifications
You must be signed in to change notification settings - Fork 167
Add several architectures and their debian images #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
radimkohout
wants to merge
35
commits into
uraimo:master
Choose a base branch
from
GarnetOS:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
00ff802
Create Dockerfile.riscv64.buster
radimkohout ba7d782
Create Dockerfile.mips64le.bullseye
radimkohout 179c2af
Update README.md
radimkohout 8943a43
Create Dockerfile.i386.bullseye
OnlyCZ 5bf19bb
Create Dockerfile.amd64.bullseye
Damian10012 ae61286
Create Dockerfile.riscv64.bullseye
Martin-P95 343770c
Create Dockerfile.i386.buster
JanSvaton ad8f0aa
Create Dockerfile.mips64le.buster
Sucheeej 021be86
Create Dockerfile.amd64.buster
doggycs 0ce0230
Moved files to correct place
radimkohout a5c58af
Update and rename Dockerfile.riscv64.bullseye to Dockerfile.riscv64.u…
radimkohout b5c342e
Update and rename Dockerfile.riscv64.buster to Dockerfile.riscv64.exp…
radimkohout 34157e3
Update README.md
radimkohout f18f732
Update test.yml
radimkohout f64df64
Update test.yml
radimkohout 998a376
Update test.yml
radimkohout 70e3581
Update test.yml
radimkohout a9fbba7
Update test.yml
radimkohout c28524a
Update test.yml
radimkohout 77574b6
Update test.yml
radimkohout eea7efb
Merge branch 'uraimo:master' into master
radimkohout 95b3a93
Update Dockerfile.i386.bullseye
radimkohout 1ec5f9a
Update Dockerfile.i386.buster
radimkohout 9aaf27b
Update test.yml
radimkohout ff27529
Update README.md
radimkohout 1953239
Update test.yml
radimkohout bf7a9de
Update README.md
radimkohout 0b776fe
Fixed typo
radimkohout c40a018
Update test.yml
radimkohout f33b73b
Create Dockerfile.i386.alpine_latest
radimkohout 8ff0fae
Update test.yml
radimkohout ecf9175
Update Dockerfile.i386.alpine_latest
radimkohout 1c31c3c
Update README.md
radimkohout 42214fa
Update run-on-arch.sh
radimkohout 5f2c49e
Update test.yml
radimkohout File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,4 @@ | ||
| FROM amd64/debian:bullseye | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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,4 @@ | ||
| FROM amd64/debian:buster | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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,5 @@ | ||
| FROM i386/alpine:latest | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh | ||
| ENTRYPOINT ["linux32", "--"] |
This file contains hidden or 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,5 @@ | ||
| FROM i386/debian:bullseye | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh | ||
| ENTRYPOINT ["linux32", "--"] |
This file contains hidden or 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,5 @@ | ||
| FROM i386/debian:buster | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh | ||
| ENTRYPOINT ["linux32", "--"] |
This file contains hidden or 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,4 @@ | ||
| FROM mips64le/debian:bullseye | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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,4 @@ | ||
| FROM mips64le/debian:buster | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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,4 @@ | ||
| FROM riscv64/debian:experimental | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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,4 @@ | ||
| FROM riscv64/debian:unstable | ||
|
|
||
| COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh | ||
| RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh |
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.