Skip to content

Commit

Permalink
Use the right image for building
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 2, 2025
1 parent bb77a4f commit eff63b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ uid="$(id -u)"
# run build
docker run -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
"$image" \
"$image:$branch" \
bash ci/build.sh

0 comments on commit eff63b8

Please sign in to comment.