Skip to content

Commit

Permalink
Fix docker-build.sh
Browse files Browse the repository at this point in the history
There is an additional level of indirection required for the script to be able to build the container.
  • Loading branch information
macano953 authored and RogerZhongAWS committed Aug 7, 2023
1 parent 95db8c9 commit 99d6423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Defaults to ubuntu (18.04). Other options are amazonlinux and ubi8
os=${1:-"ubuntu"}

docker build . --file .github/docker-images/base-images/"$os"/Dockerfile
docker build . --file .github/docker-images/base-images/device-client/"$os"/Dockerfile

0 comments on commit 99d6423

Please sign in to comment.