Skip to content

Commit

Permalink
fix: disable v2.7 until upstream fix is merged\
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 21, 2024
1 parent 4bb76da commit 4ee1536
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
max-parallel: 1
matrix:
include:
- sdk_nrf_branch: main
toolchain_version: v2.7.0
native_board: native_sim

- sdk_nrf_branch: v2.7-branch
toolchain_version: v2.7.0
native_board: native_sim

- sdk_nrf_branch: v2.6-branch
toolchain_version: v2.6.0
native_board: native_sim
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
max-parallel: 1
matrix:
include:
- sdk_nrf_branch: main
toolchain_version: v2.7.0
native_board: native_sim

- sdk_nrf_branch: v2.7-branch
toolchain_version: v2.7.0
native_board: native_sim

- sdk_nrf_branch: v2.6-branch
toolchain_version: v2.6.0
native_board: native_sim
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04 as base
WORKDIR /workdir

ARG sdk_nrf_branch=v2.7-branch
ARG toolchain_version=v2.7.0
ARG sdk_nrf_branch=v2.6-branch
ARG toolchain_version=v2.6.0
ARG sdk_nrf_commit
ARG NORDIC_COMMAND_LINE_TOOLS_VERSION="10-24-0/nrf-command-line-tools-10.24.0"
ARG arch=amd64
Expand Down

0 comments on commit 4ee1536

Please sign in to comment.