Skip to content

Commit

Permalink
ci: use ubuntu 18.04 for arm testing (#14988)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt authored and ckerr committed Oct 5, 2018
1 parent 9187415 commit e06818e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
@@ -1,4 +1,4 @@
FROM arm32v7/ubuntu:16.04
FROM arm32v7/ubuntu:18.04

RUN groupadd --gid 1000 builduser \
&& useradd --uid 1000 --gid builduser --shell /bin/bash --create-home builduser
Expand Down
2 changes: 1 addition & 1 deletion vsts-arm32v7.yml
@@ -1,7 +1,7 @@
resources:
containers:
- container: arm32v7-test-container
image: electronbuilds/arm32v7:0.0.1
image: electronbuilds/arm32v7:0.0.2

jobs:
- job: Test_Arm32v7
Expand Down

0 comments on commit e06818e

Please sign in to comment.