Skip to content

Commit

Permalink
Pull request #56: MATTER-683: build chiptool with ubuntun 22.04.1 doc…
Browse files Browse the repository at this point in the history
…ker image

Merge in WMN_TOOLS/matter from feature/docker-ubuntu22 to silabs

Squashed commit of the following:

commit f375d457a6356f630b2e2acb33367dde1247769f
Author: Yulina Shu <[email protected]>
Date:   Tue Aug 30 20:44:03 2022 +0000

    MATTER-683: build chiptool with ubuntun 22.04.1 docker image
  • Loading branch information
silabsbot authored and jmartinez-silabs committed Oct 26, 2022
1 parent ad474a0 commit 19f8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def buildChipTool()
def dirPath = workspaceTmpDir + createWorkspaceOverlay.overlayMatterPath
def saveDir = 'matter/'
dir(dirPath) {
withDockerContainer(image: "connectedhomeip/chip-build-crosscompile:0.5.84", args: "-u root")
withDockerContainer(image: "nexus.silabs.net/connectedhomeip/chip-build-crosscompile:latest",args: "-u root")
{
withEnv(['PW_ENVIRONMENT_ROOT='+dirPath])
{
Expand Down

0 comments on commit 19f8e02

Please sign in to comment.