File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
.github/actions/action-zephyr Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44#  SPDX-License-Identifier: Apache-2.0
55# 
66
7- FROM  ghcr.io/bcdevices/zephyr:v3.5.0-rc3-1 
7+ FROM  ghcr.io/bcdevices/zephyr:v3.5.0-0 
88
99RUN  pip3 install --no-cache-dir nrfutil
1010
Original file line number Diff line number Diff line change 22# 
33#  Copyright (c) 2020-2023 Blue Clover Devices
44
5- FROM  ghcr.io/bcdevices/zephyr:v3.5.0-rc3-1 
5+ FROM  ghcr.io/bcdevices/zephyr:v3.5.0-0 
66
77RUN  pip3 install --no-cache-dir nrfutil
88
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DOCKER_BUILD_ARGS += --network=host
2727DOCKER_RUN_ARGS  :=
2828DOCKER_RUN_ARGS  += --network=none
2929
30- ZEPHYR_TAG  := 3.5.0-rc3 
30+ ZEPHYR_TAG  := 3.5.0
3131ZEPHYR_SYSROOT  := /usr/src/zephyr-$(ZEPHYR_TAG ) /zephyr
3232ZEPHYR_USRROOT  := $(HOME ) /src/zephyr-$(ZEPHYR_TAG ) /zephyr
3333
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments