You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add dockerfile and workflow action for releasing image
Dockerfile and Github action which builds and releases Docker image.
Docker image will have Nordic toolchain bundle inside it.
Signed-off-by: Kari Hamalainen <kari.hamalainen@nordicsemi.no>
RUN ./nrfutil toolchain-manager env --as-script > /root/toolchain-env.sh
10
+
11
+
12
+
FROM ubuntu:22.04
13
+
14
+
# Link to repo (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images)
0 commit comments