@@ -45,10 +45,16 @@ jobs:
45
45
46
46
- run : dockerBuild nextpnr:ice40 nextpnr ice40
47
47
- run : dockerBuild nextpnr:icestorm nextpnr icestorm
48
+ - run : dockerBuild pkg:nextpnr-ice40 nextpnr pkg-ice40
48
49
- run : dockerBuild nextpnr:ecp5 nextpnr ecp5
49
50
- run : dockerBuild nextpnr:prjtrellis nextpnr prjtrellis
51
+ - run : dockerBuild pkg:nextpnr-ecp5 nextpnr pkg-ecp5
52
+ - run : dockerBuild pkg:nextpnr-all nextpnr pkg-all
50
53
- run : dockerBuild nextpnr nextpnr
51
54
55
+ - run : dockerTestPkg nextpnr-ice40
56
+ - run : dockerTestPkg nextpnr-ecp5
57
+ - run : dockerTestPkg nextpnr-all
52
58
- run : dockerTest nextpnr:ice40
53
59
- run : dockerTest nextpnr:icestorm
54
60
- run : dockerTest nextpnr:ecp5
@@ -68,11 +74,20 @@ jobs:
68
74
- run : dockerPush nextpnr:icestorm
69
75
if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
70
76
77
+ - run : dockerPush pkg:nextpnr-ice40
78
+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
79
+
71
80
- run : dockerPush nextpnr:ecp5
72
81
if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
73
82
74
83
- run : dockerPush nextpnr:prjtrellis
75
84
if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
76
85
86
+ - run : dockerPush pkg:nextpnr-ecp5
87
+ if : github.event_name != 'pull_request' && github.repository == 'hdl/containers'
88
+
77
89
- run : dockerPush nextpnr
78
90
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