File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/zmkfirmware/zmk-dev-arm:3.2
1
+ FROM docker.io/zmkfirmware/zmk-dev-arm:3.5
2
2
3
3
COPY .bashrc tmp
4
4
RUN mv /tmp/.bashrc ~/.bashrc
Original file line number Diff line number Diff line change 35
35
test : ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
36
36
runs-on : ubuntu-latest
37
37
container :
38
- image : docker.io/zmkfirmware/zmk-build-arm:3.2
38
+ image : docker.io/zmkfirmware/zmk-build-arm:3.5
39
39
steps :
40
40
- name : Checkout
41
41
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 17
17
if : ${{ always() }}
18
18
runs-on : ubuntu-latest
19
19
container :
20
- image : docker.io/zmkfirmware/zmk-build-arm:3.2
20
+ image : docker.io/zmkfirmware/zmk-build-arm:3.5
21
21
needs : compile-matrix
22
22
strategy :
23
23
matrix :
Original file line number Diff line number Diff line change 18
18
validate-metadata :
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : docker.io/zmkfirmware/zmk-dev-arm:3.2
21
+ image : docker.io/zmkfirmware/zmk-dev-arm:3.5
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 35
35
test : ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
36
36
runs-on : ubuntu-latest
37
37
container :
38
- image : docker.io/zmkfirmware/zmk-build-arm:3.2
38
+ image : docker.io/zmkfirmware/zmk-build-arm:3.5
39
39
steps :
40
40
- name : Checkout
41
41
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments