Commit Graph

5 Commits

Author SHA1 Message Date
dalbodeule
0b985b6b65 [chore](build): update Go version in server Dockerfile
- Upgraded base image to `golang:1.25-alpine` for compatibility with newer features and improvements.
2025-11-27 19:35:02 +09:00
dalbodeule
cdab10ea01 [chore](build): remove unused GOPROXY configuration from server Dockerfile
- Eliminated redundant `GOPROXY` environment configuration step to streamline the Docker build process.
2025-11-27 18:56:08 +09:00
dalbodeule
9bbfbf035c [chore](build): support multi-architecture builds in server Dockerfile
- Added `TARGETOS` and `TARGETARCH` arguments for multi-architecture build support.
- Updated build commands to utilize the provided OS/ARCH arguments.
- Simplified Dockerfile by removing redundant conditional logic for `go.sum`.
2025-11-27 18:53:45 +09:00
dalbodeule
88ebbd1ce7 [chore](build): remove redundant GOARCH flag from server Dockerfile
- Simplified the build stage by eliminating the unused `GOARCH` flag, ensuring compatibility with the default architecture.
2025-11-27 18:51:04 +09:00
dalbodeule
4d5b7f15f3 build(deps): add ent and x libs dependencies 2025-11-26 16:32:54 +09:00