Skip to content

Commit

Permalink
ci: create working dir for stretch agent (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored Apr 26, 2023
1 parent 752c091 commit f29bb53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stretch-armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ ENV AS=/usr/bin/arm-linux-gnueabihf-as \
CXX=/usr/bin/arm-linux-gnueabihf-g++ \
LD=/usr/bin/arm-linux-gnueabihf-ld \
FC=/usr/bin/arm-linux-gnueabihf-gfortran \
PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig
PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig

RUN mkdir -p /root/vscode
WORKDIR /root/vscode

0 comments on commit f29bb53

Please sign in to comment.