open-im-server icon indicating copy to clipboard operation
open-im-server copied to clipboard

[Deployment] goreleaser use some file that not exists in the repo

Open j5465 opened this issue 11 months ago • 1 comments

OpenIM Server Version

3.8.3

Operating System and CPU Architecture

macOS (ARM)

Deployment Method

Docker Deployment

Issue Description and Steps to Reproduce

Steps to Reproduce:

  1. Clone the project repository.

  2. Use Goreleaser to build the project.

Problems Observed:

  1. The goreleaser.yaml file includes hooks that rely on Make, but the Makefile has already been deleted.
  2. The archives.files section in goreleaser.yaml refers to non-existent files and directories, such as: CHANGELOG/* deployment/* Makefile These files and directories no longer exist in the repository, causing build failures.

Screenshots Link

No response

j5465 avatar Dec 15 '24 07:12 j5465

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

OpenIM-Robot avatar Dec 15 '24 07:12 OpenIM-Robot