Skip to content

Commit

Permalink
remove incorrect option to ec dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 26, 2023
1 parent b861d51 commit c1fc4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export EC_CARGS="
# ec dev build --arch rtems ... for RTEMS cross compile

# build runtime and developer images
ec dev build --buildx ${EC_TAG} ${EC_PLATFORM} ${EC_PUSH} ${EC_CARGS}
ec dev build ${EC_TAG} ${EC_PLATFORM} ${EC_PUSH} ${EC_CARGS}

# extract the ioc schema from the runtime image
ec dev launch-local ${EC_TAG} --execute \
Expand Down

0 comments on commit c1fc4d3

Please sign in to comment.