@@ -262,81 +262,5 @@ jobs:
262262 # docker://gentoo/portage - exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown.
263263
264264
265- # https://hub.docker.com/r/arm32v7/ubuntu/
266- ubuntu-arm :
267- name : ' arm GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Ubuntu 18, 16, 14 stable'
268- runs-on : [self-hosted, Linux, Arm64]
269- steps :
270- - name : ' Checkout'
271- uses : actions/checkout@v2
272- with :
273- fetch-depth : 3
274- submodules : true
275- # docker://arm32v7/ubuntu:20.04 - fails to update
276- - name : ' Ubuntu 18.04 arm'
277- uses : docker://arm32v7/ubuntu:18.04
278- with :
279- entrypoint : /usr/bin/linux32
280- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image arm32v7/ubuntu:18.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
281- - name : ' Ubuntu 16.04 arm'
282- uses : docker://arm32v7/ubuntu:16.04
283- with :
284- entrypoint : /usr/bin/linux32
285- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image arm32v7/ubuntu:16.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
286-
287- # https://hub.docker.com/r/arm32v7/debian
288- debian-arm :
289- name : ' arm GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Debian 10, 9, 8 stable'
290- runs-on : [self-hosted, Linux, Arm64]
291- steps :
292- - name : ' Checkout'
293- uses : actions/checkout@v2
294- with :
295- fetch-depth : 3
296- submodules : true
297- - name : ' Debian 10 arm'
298- uses : docker://arm32v7/debian:buster
299- with :
300- entrypoint : /usr/bin/linux32
301- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image arm32v7/debian:buster --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
302- - name : ' Debian 9 arm'
303- uses : docker://arm32v7/debian:stretch
304- with :
305- entrypoint : /usr/bin/linux32
306- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image arm32v7/debian:stretch --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
307- - name : ' Debian 8 arm'
308- uses : docker://arm32v7/debian:jessie
309- with :
310- entrypoint : /usr/bin/linux32
311- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image arm32v7/debian:jessie --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
312-
313- # docker://arm32v7/debian:testing - fails to update
314-
315- raspbian-arm :
316- name : ' arm GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Raspbian 9 stable'
317- runs-on : [self-hosted, Linux, Arm64]
318- steps :
319- - name : ' Checkout'
320- uses : actions/checkout@v2
321- with :
322- fetch-depth : 3
323- submodules : true
324- - name : ' Raspbian 9 arm'
325- uses : docker://raspbian/stretch
326- with :
327- entrypoint : /usr/bin/linux32
328- args : /bin/bash /github/workspace/scripts/helper/tests/native-test.sh --image raspbian/stretch --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
329- # docker://raspbian/jessie (8) fails to update.
330-
331- # https://hub.docker.com/r/arm32v7/centos
332- # docker://arm32v7/centos:7 - fails to update
333- # docker://arm32v7/centos:8 - not available
334-
335- # centos:latest outdated
336- # docker://arm32v7/centos:latest outdated
337-
338- # fedora-arm: fails to update
339-
340-
341265
342266# -----------------------------------------------------------------------------
0 commit comments