Skip to content

Commit 491485b

Browse files
committed
build: update repository reference from 'main' to 'master'
Updated the workspace repository reference and build reference to use 'master' instead of 'main' for consistency with upstream repositories. Signed-off-by: Chiho Sin <[email protected]>
1 parent 6f9de8d commit 491485b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM base AS repo
2424
ARG WORKSPACE_REPO="https://github.com/fobe-projects/micropython.git"
2525
ARG WORKSPACE_REPO_UPSTREAM="https://github.com/micropython/micropython.git"
2626
ARG WORKSPACE_REPO_REMOTE="origin"
27-
ARG WORKSPACE_REPO_REF="main"
27+
ARG WORKSPACE_REPO_REF="master"
2828

2929
RUN git config --global --add safe.directory /workspace \
3030
&& git clone "${WORKSPACE_REPO}" /workspace \
@@ -35,7 +35,7 @@ RUN git config --global --add safe.directory /workspace \
3535
&& git repack -d
3636

3737
ARG WORKSPACE_BUILD_REMOTE="origin"
38-
ARG WORKSPACE_BUILD_REF="main"
38+
ARG WORKSPACE_BUILD_REF="master"
3939
RUN echo "Hard reset repository to: ${WORKSPACE_REPO_REMOTE}/${WORKSPACE_REPO_REF}" \
4040
&& git fetch upstream --tags --prune --force \
4141
&& git fetch origin --tags --prune --force \

0 commit comments

Comments
 (0)