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
|
COPY .bashrc tmp
|
||||||
RUN mv /tmp/.bashrc ~/.bashrc
|
RUN mv /tmp/.bashrc ~/.bashrc
|
||||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.io/zmkfirmware/zmk-build-arm:2.5
|
image: docker.io/petejohanson/zmk-build-arm:2.7-branch
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board:
|
board:
|
||||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
validate-metadata:
|
validate-metadata:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.io/zmkfirmware/zmk-dev-arm:2.5
|
image: docker.io/petejohanson/zmk-dev-arm:2.7-branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
integration_test:
|
integration_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.io/zmkfirmware/zmk-build-arm:2.5
|
image: docker.io/petejohanson/zmk-build-arm:2.7-branch
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
10
app/west.yml
10
app/west.yml
|
@ -4,12 +4,14 @@ manifest:
|
||||||
url-base: https://github.com/zephyrproject-rtos
|
url-base: https://github.com/zephyrproject-rtos
|
||||||
- name: zmkfirmware
|
- name: zmkfirmware
|
||||||
url-base: https://github.com/zmkfirmware
|
url-base: https://github.com/zmkfirmware
|
||||||
|
- name: petejohanson
|
||||||
|
url-base: https://github.com/petejohanson
|
||||||
- name: microsoft
|
- name: microsoft
|
||||||
url-base: https://github.com/microsoft
|
url-base: https://github.com/microsoft
|
||||||
projects:
|
projects:
|
||||||
- name: zephyr
|
- name: zephyr
|
||||||
remote: zmkfirmware
|
remote: petejohanson
|
||||||
revision: v2.5.0+zmk-fixes
|
revision: v2.7.0+zmk-fixes
|
||||||
clone-depth: 1
|
clone-depth: 1
|
||||||
import:
|
import:
|
||||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
||||||
|
@ -33,9 +35,5 @@ manifest:
|
||||||
- openthread
|
- openthread
|
||||||
- edtt
|
- edtt
|
||||||
- trusted-firmware-m
|
- trusted-firmware-m
|
||||||
- name: uf2
|
|
||||||
remote: microsoft
|
|
||||||
path: tools/uf2
|
|
||||||
clone-depth: 1
|
|
||||||
self:
|
self:
|
||||||
west-commands: scripts/west-commands.yml
|
west-commands: scripts/west-commands.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue