@@ -45,10 +45,16 @@ jobs:
4545
4646 - run : dockerBuild nextpnr:ice40 nextpnr ice40
4747 - run : dockerBuild nextpnr:icestorm nextpnr icestorm
48+ - run : dockerBuild pkg:nextpnr-ice40 nextpnr pkg-ice40
4849 - run : dockerBuild nextpnr:ecp5 nextpnr ecp5
4950 - run : dockerBuild nextpnr:prjtrellis nextpnr prjtrellis
51+ - run : dockerBuild pkg:nextpnr-ecp5 nextpnr pkg-ecp5
52+ - run : dockerBuild pkg:nextpnr-all nextpnr pkg-all
5053 - run : dockerBuild nextpnr nextpnr
5154
55+ - run : dockerTestPkg nextpnr-ice40
56+ - run : dockerTestPkg nextpnr-ecp5
57+ - run : dockerTestPkg nextpnr-all
5258 - run : dockerTest nextpnr:ice40
5359 - run : dockerTest nextpnr:icestorm
5460 - run : dockerTest nextpnr:ecp5
@@ -68,11 +74,20 @@ jobs:
6874 - run : dockerPush nextpnr:icestorm
6975 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7076
77+ - run : dockerPush pkg:nextpnr-ice40
78+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
79+
7180 - run : dockerPush nextpnr:ecp5
7281 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7382
7483 - run : dockerPush nextpnr:prjtrellis
7584 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
7685
86+ - run : dockerPush pkg:nextpnr-ecp5
87+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
88+
7789 - run : dockerPush nextpnr
7890 if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
91+
92+ - run : dockerPush pkg:nextpnr-all
93+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
0 commit comments