terascope / base-docker-image

Base docker image for Node
MIT License
0 stars 0 forks source link

Update base-docker-image release.yml & build.yml 'platforms' parameter #18

Closed busma13 closed 9 months ago

busma13 commented 9 months ago

Add the following line to the build and build core steps of both release.yml and build.yml:

platforms: linux/amd64,linux/arm64

This will build architecture specific images for each node version of the base docker image.

godber commented 9 months ago

We're going to try this one again.