Skip to content

Commit af84ef2

Browse files
committed
ci: travis: Update path to DockerFile
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent df54d2e commit af84ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
before_install:
9-
- docker build --build-arg UID=$(id -u) -t sof .
9+
- docker build --build-arg UID=$(id -u) -f ./scripts/docker_build/Dockerfile -t sof .
1010

1111
script:
1212
- docker run -it -v `pwd`:/home/sof/work/sof.git -v `pwd`/../soft.git:/home/sof/work/soft.git --user `id -u` sof ./scripts/xtensa-build-all.sh -l

0 commit comments

Comments
 (0)