Xiangsong Zeng

Results 33 comments of Xiangsong Zeng

Hi, Thank you for your kind words and for bringing this to my attention. I apologize for the recent delays in updating the project versions, as I've been quite busy...

To update your GitLab instance, you only need to change the image version in your `docker-compose.yml` file. For example, if you want to upgrade to version `16.4.0-ce`, follow these steps:...

It looks like the error `exec format error` indeed points to an architecture mismatch with the executable file. Let me take a look into this.

Hi! It seems there's indeed an issue with the Mattermost integration on the gitlab-arm64 image. After looking into the GitLab container, I've found that both `/opt/gitlab/embedded/bin/mattermost` and `/opt/gitlab/embedded/bin/mmctl` are x86-64...

Thank you for the update. It sounds like you might be experiencing an issue during the upgrade process. Without logs, I can only make some guesses. It’s possible that GitLab...

Hi again! It seems there might be a third potential workaround you could explore. Your arm64 system could be configured to enable x86-64 emulation. This would allow your arm64 server...

@HandSonic It's understandable that you couldn't find exact Docker image matches for every point in GitLab's upgrade path. I generally don't maintain patch versions for previous minor releases once a...

In recent versions of the Dockerfile, the DOWNLOAD_URL variable has been changed to DOWNLOAD_URL_amd64 and DOWNLOAD_URL_arm64. If you need to build an older version, you need to switch to the...

I apologize for the delayed response. I've reviewed your steps and noticed that there is a critical step missing. After you git clone the repository, you need to switch to...

I apologize for the oversight. You are right, I have rechecked the build commands, and starting from version 16.11.1, an additional `TARGETARCH` build-arg is required. [[ref this](https://github.com/zengxs/gitlab-arm64/blob/main/.github/workflows/build.yml#L72-L75)] Please update your...