|
20 | 20 | alpine: |
21 | 21 | env: |
22 | 22 | # Setting the defaults up front |
23 | | - LATEST_NODE: 20 |
| 23 | + LATEST_NODE: 24 |
24 | 24 | DEFAULT_IMAGE: nodered/node-red |
25 | 25 | GH_IMAGE: ghcr.io/node-red/node-red |
26 | 26 | DEV_IMAGE: nodered/node-red-dev |
@@ -155,18 +155,7 @@ jobs: |
155 | 155 | fi |
156 | 156 | fi |
157 | 157 |
|
158 | | - # if [[ "${{ matrix.node }}" == "18"]]; then |
159 | | - # echo "platforms=linux/amd64,linux/arm/v7,linux/arm64" >> $GITHUB_OUTPUT |
160 | | - # else |
161 | | - # echo "platforms=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT |
162 | | - # fi |
163 | | -
|
164 | | - # if [[ "${{ matrix.suffix }}" == "-minimal" ]]; then |
165 | | - # echo "platforms=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT |
166 | | - # else |
167 | | - # echo "platforms=linux/amd64,linux/arm/v7,linux/arm64" >> $GITHUB_OUTPUT |
168 | | - # fi |
169 | | - echo "platforms=linux/amd64,linux/arm/v7,linux/arm64" >> $GITHUB_OUTPUT |
| 158 | + echo "platforms=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT |
170 | 159 |
|
171 | 160 | echo $TAGS |
172 | 161 | echo "tags=$TAGS" >> $GITHUB_OUTPUT |
@@ -215,7 +204,7 @@ jobs: |
215 | 204 | debian: |
216 | 205 | env: |
217 | 206 | # Setting the defaults up front |
218 | | - LATEST_NODE: 20 |
| 207 | + LATEST_NODE: 24 |
219 | 208 | DEFAULT_IMAGE: nodered/node-red |
220 | 209 | GH_IMAGE: ghcr.io/node-red/node-red |
221 | 210 | DEV_IMAGE: nodered/node-red-dev |
@@ -321,7 +310,7 @@ jobs: |
321 | 310 | uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
322 | 311 | with: |
323 | 312 | context: . |
324 | | - platforms: linux/amd64, linux/arm64, linux/arm/v7 |
| 313 | + platforms: linux/amd64, linux/arm64 |
325 | 314 | file: .docker/Dockerfile.debian |
326 | 315 | push: ${{ steps.nrVersion.outputs.push }} |
327 | 316 | build-args: | |
|
0 commit comments