forked from uraimo/run-on-arch-action
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore old dockerfiles for backward compatibility, will be removed i…
…n 3.0.0
- Loading branch information
Showing
11 changed files
with
44 additions
and
0 deletions.
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,4 @@ | ||
FROM arm64v8/ubuntu:16.04 | ||
|
||
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 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 arm64v8/ubuntu:18.04 | ||
|
||
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 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 balenalib/rpi-raspbian:jessie | ||
|
||
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 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 arm32v7/debian:jessie | ||
|
||
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 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 arm32v7/ubuntu:16.04 | ||
|
||
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 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 arm32v7/ubuntu:18.04 | ||
|
||
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 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 ppc64le/ubuntu:16.04 | ||
|
||
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 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 ppc64le/ubuntu:18.04 | ||
|
||
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 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 s390x/debian:stretch | ||
|
||
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 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 s390x/ubuntu:16.04 | ||
|
||
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 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 s390x/ubuntu:18.04 | ||
|
||
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 |