Skip to content

Commit 4bf3725

Browse files
committed
change ownership
1 parent 2a5a83d commit 4bf3725

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
build_and_test_static:
7979
strategy:
80+
fail-fast: false
8081
matrix:
8182
arch: [X64, ARM64]
8283
runs-on: [self-hosted, Linux, "${{ matrix.arch }}" ]

build-generic-linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docker run --rm -d --name builder $DOCKER_IMAGE
3636

3737
echo -e "${GREEN}Copying mgconsole source code to build container...${RESET}"
3838
docker cp "$PROJECT_ROOT/." builder:/home/mg/mgconsole
39+
docker exec -u root builder bash -c "chown -R mg:mg /home/mg/mgconsole"
3940

4041
echo -e "${GREEN}Building mgconsole...${RESET}"
4142
docker exec -u mg builder bash -c "

0 commit comments

Comments
 (0)