TEMPORARY: Bump to 2.7 docker images.
This commit is contained in:
parent
88917e2a1f
commit
1bf931aad2
5 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
10
app/west.yml
10
app/west.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue