TEMPORARY: Bump to 2.7 docker images.

This commit is contained in:
Peter Johanson 2021-11-05 15:15:21 -04:00
parent 88917e2a1f
commit 1bf931aad2
5 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/zmkfirmware/zmk-dev-arm:2.5
FROM docker.io/petejohanson/zmk-dev-arm:2.7-branch
COPY .bashrc tmp
RUN mv /tmp/.bashrc ~/.bashrc

View file

@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.io/zmkfirmware/zmk-build-arm:2.5
image: docker.io/petejohanson/zmk-build-arm:2.7-branch
strategy:
matrix:
board:

View file

@ -29,7 +29,7 @@ jobs:
validate-metadata:
runs-on: ubuntu-latest
container:
image: docker.io/zmkfirmware/zmk-dev-arm:2.5
image: docker.io/petejohanson/zmk-dev-arm:2.7-branch
steps:
- uses: actions/checkout@v2
- name: Install dependencies

View file

@ -16,7 +16,7 @@ jobs:
integration_test:
runs-on: ubuntu-latest
container:
image: docker.io/zmkfirmware/zmk-build-arm:2.5
image: docker.io/petejohanson/zmk-build-arm:2.7-branch
steps:
- name: Checkout
uses: actions/checkout@v2

View file

@ -4,12 +4,14 @@ manifest:
url-base: https://github.com/zephyrproject-rtos
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: petejohanson
url-base: https://github.com/petejohanson
- name: microsoft
url-base: https://github.com/microsoft
projects:
- name: zephyr
remote: zmkfirmware
revision: v2.5.0+zmk-fixes
remote: petejohanson
revision: v2.7.0+zmk-fixes
clone-depth: 1
import:
# TODO: Rename once upstream offers option like `exclude` or `denylist`
@ -33,9 +35,5 @@ manifest:
- openthread
- edtt
- trusted-firmware-m
- name: uf2
remote: microsoft
path: tools/uf2
clone-depth: 1
self:
west-commands: scripts/west-commands.yml