Skip to content

Commit

Permalink
Update CI to use Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt authored and electron-bot committed Mar 19, 2018
1 parent 0cc4584 commit c800219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Dockerfile.armv7
Expand Up @@ -29,13 +29,8 @@ RUN apt-get update && apt-get install -y\
wget \
xvfb

# Install node.js
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get update && apt-get install -y nodejs

ADD tools/xvfb-init.sh /etc/init.d/xvfb
RUN chmod a+x /etc/init.d/xvfb
ADD tools/run-electron.sh /run-electron.sh
RUN chmod a+x /run-electron.sh

CMD sh /run-electron.sh
2 changes: 1 addition & 1 deletion Jenkinsfile.arm64
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'electronbuilds/arm64v8:0.0.1'
image 'electronbuilds/arm64v8:0.0.2'
args '--privileged'
}
}
Expand Down

0 comments on commit c800219

Please sign in to comment.