Skip to content

Commit

Permalink
reference new docker image in local build (#5265)
Browse files Browse the repository at this point in the history
* reference new docker image in local build

* mbcodal2: match backend compiler config
  • Loading branch information
eanders-ms authored Jun 20, 2023
1 parent d30ada4 commit 6b683ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"githubCorePackage": "lancaster-university/microbit",
"gittag": "v2.2.0-rc6",
"serviceId": "microbit",
"dockerImage": "pext/yotta:update-yotta3"
"dockerImage": "pext/yotta:gcc5"
},
"multiVariants": [
"mbdal",
Expand Down Expand Up @@ -196,7 +196,7 @@
"githubCorePackage": "lancaster-university/microbit-v2-samples",
"gittag": "v0.2.12",
"serviceId": "mbcodal2",
"dockerImage": "pext/yotta:update-yotta3",
"dockerImage": "pext/yotta:latest",
"yottaConfigCompatibility": true
}
}
Expand Down

0 comments on commit 6b683ce

Please sign in to comment.