11# Authors:
2+ # Sebastian Birke <[email protected] >23# Unai Martinez-Corral
34#
45# Copyright 2019-2021 Unai Martinez-Corral <[email protected] >@@ -43,16 +44,24 @@ jobs:
4344
4445 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4546
46- - run : dockerBuild nextpnr:ice40 nextpnr ice40
47- - run : dockerBuild nextpnr:icestorm nextpnr icestorm
48- - run : dockerBuild nextpnr:ecp5 nextpnr ecp5
49- - run : dockerBuild nextpnr:prjtrellis nextpnr prjtrellis
50- - run : dockerBuild nextpnr nextpnr
47+ - run : dockerBuild nextpnr:ice40 nextpnr ice40
48+ - run : dockerBuild nextpnr:icestorm nextpnr icestorm
49+ - run : dockerBuild pkg:nextpnr-ice40 nextpnr pkg-ice40
50+ - run : dockerBuild nextpnr:ecp5 nextpnr ecp5
51+ - run : dockerBuild nextpnr:prjtrellis nextpnr prjtrellis
52+ - run : dockerBuild pkg:nextpnr-ecp5 nextpnr pkg-ecp5
53+ - run : dockerBuild nextpnr:generic nextpnr generic
54+ - run : dockerBuild pkg:nextpnr-generic nextpnr pkg-generic
55+ - run : dockerBuild nextpnr nextpnr
5156
57+ - run : dockerTestPkg nextpnr-ice40
58+ - run : dockerTestPkg nextpnr-ecp5
59+ - run : dockerTestPkg nextpnr-generic
5260 - run : dockerTest nextpnr:ice40
5361 - run : dockerTest nextpnr:icestorm
5462 - run : dockerTest nextpnr:ecp5
5563 - run : dockerTest nextpnr:prjtrellis
64+ - run : dockerTest nextpnr:generic
5665 - run : dockerTest nextpnr
5766
5867 - name : Login to DockerHub
@@ -68,11 +77,23 @@ jobs:
6877 - run : dockerPush nextpnr:icestorm
6978 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7079
80+ - run : dockerPush pkg:nextpnr-ice40
81+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
82+
7183 - run : dockerPush nextpnr:ecp5
7284 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7385
7486 - run : dockerPush nextpnr:prjtrellis
7587 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7688
89+ - run : dockerPush pkg:nextpnr-ecp5
90+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
91+
92+ - run : dockerPush nextpnr:generic
93+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
94+
95+ - run : dockerPush pkg:nextpnr-generic
96+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
97+
7798 - run : dockerPush nextpnr
7899 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
0 commit comments