We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a86e21 commit 7b88cc0Copy full SHA for 7b88cc0
.github/workflows/build_and_test.yaml
@@ -39,12 +39,8 @@ jobs:
39
docker create \
40
--name ${{ env.FANS_CONTAINER }} \
41
--platform linux/${{ matrix.ARCH }} \
42
- -i -t \
43
- -u `id -u`:`id -g` \
44
- -v /etc/localtime:/etc/localtime:ro \
45
- -v /etc/timezone:/etc/timezone:ro \
46
- -v ${{ github.workspace }}:${{ env.FANS_DIR }} \
47
- -w ${{ env.FANS_DIR }} \
+ --interactive \
+ --volume .:${{ env.FANS_DIR }} \
48
${{ env.FANS_IMG }}:${{ matrix.UBUNTU_VERSION }}
49
docker start ${{ env.FANS_CONTAINER }}
50
0 commit comments