Laisky.Cai
6965874ec2
feat: add ARM64 cross-compilation support in Dockerfile
2025-02-23 12:15:31 +00:00
Laisky.Cai
bb4a2e2897
chore: comment out CI steps and update Dockerfile for multi-arch support
2025-02-19 08:58:46 +00:00
Laisky.Cai
abe6afacca
Merge branch 'fix/openrouter-reasoning'
2025-02-19 01:32:51 +00:00
JustSong
20435fcbfc
fix: simplify Docker build configuration by removing unnecessary platform and architecture settings
2025-02-09 14:33:25 +08:00
Laisky.Cai
267f565079
fix: improve Dockerfile for multi-architecture support and build efficiency
2025-02-07 02:47:06 +00:00
Laisky.Cai
032f9892c8
Merge branch 'upstream/main'
2025-02-07 02:36:12 +00:00
JustSong
5c81e40612
fix: update Dockerfile and workflow for improved multi-architecture support
2025-02-07 01:35:53 +08:00
JustSong
0d5318b1b7
revert: fix: revert sqlite build related changes
...
This reverts commit db65db2807
.
2025-02-07 01:15:33 +08:00
JustSong
db65db2807
fix: revert sqlite build related changes
2025-02-07 00:48:23 +08:00
JustSong
e0b7e6a9e2
fix: unify version retrieval in Dockerfile build commands
2025-02-07 00:39:55 +08:00
Laisky.Cai
acd9cc0db5
Merge branch 'upstream/main'
2025-02-01 13:17:28 +00:00
JustSong
4fe5ab8d09
fix: fix syntax error
2025-02-01 13:38:57 +08:00
JustSong
afbbfbbf83
chore: do not static build anymore
2025-02-01 13:32:50 +08:00
JustSong
75d9d9d560
fix: fix Dockerfile
2025-02-01 13:30:58 +08:00
JustSong
d1af30ee5a
chore: use ubuntu to replace alpine
2025-02-01 13:27:21 +08:00
JustSong
9af5a1d11d
fix: try to fix docker build problem
2025-02-01 13:13:43 +08:00
JustSong
c67b167f4f
fix: try to fix docker build error
2025-02-01 11:56:23 +08:00
JustSong
c351e196e6
chore: add build-base to Dockerfile for enhanced build capabilities
CI / Unit tests (push) Waiting to run
CI / commit_lint (push) Waiting to run
2025-02-01 02:22:38 +08:00
JustSong
be1ed114f4
chore: add gcc and sqlite-dev dependencies to Dockerfile
2025-02-01 01:37:21 +08:00
JustSong
eb6da573a3
chore: optimize Dockerfile for multi-directory npm installation and build
2025-02-01 01:12:26 +08:00
Laisky.Cai
13b1b165bd
refactor: update UI text and error messages to English for better accessibility
2025-01-19 12:59:58 +00:00
Laisky.Cai
2249917c1a
Merge branch 'main' into pr/Laisky/24
2025-01-17 02:56:35 +00:00
Laisky.Cai
2cdc27475f
feat: add support for berry build in Dockerfile
2025-01-15 00:52:32 +00:00
Laisky.Cai
c1a0471e73
feat: add audio processing helper functions and update Dockerfile
...
inspired by https://github.com/Laisky/one-api/pull/21
2025-01-08 02:35:38 +00:00
Laisky.Cai
0d9c79be35
fix: update Go base image version and enhance token status checks in UpdateToken function
2024-11-20 02:52:09 +00:00
Laisky.Cai
ce57b2e1e1
fix: update Go base image version and reorder model list in constants
2024-09-25 09:55:57 +00:00
kingsleydon
83453d57f2
fix: wrong VERSION path in Dockerfile
2024-08-17 01:16:04 +08:00
zijiren
5f03c856b4
feat: fast build linux/arm64 frontend ( #1663 )
...
* feat: fast build linux/arm64 frontend
* fix: dockerfile as replace to AS
* fix: trim space
2024-07-22 22:39:22 +08:00
JustSong
2a892c1937
revert: feat: fast build linux/arm64 frontend ( #1645 )
...
This reverts commit 1c44d7e1cd
.
2024-07-17 22:50:52 +08:00
zijiren
1c44d7e1cd
feat: fast build linux/arm64 frontend ( #1645 )
2024-07-14 18:06:11 +08:00
Laisky.Cai
ed21634738
fix: Update Docker image configuration for improved build and security
...
Here is the commit summary:
- Update Dockerfile to use golang 1.22.5-bullseye and new dependencies.
- Upgrade dependencies, including apt-get, make, and build-essential.
- Improve Docker image build process with updated RUN commands and flags.
Note that I didn't include details from the file summaries, as per your request. The goal is to provide a high-level overview of the changes in the commit.
2024-07-09 07:03:38 +00:00
Laisky.Cai
a2a8aa741f
refactor: update Dockerfile to remove unnecessary build flags
2024-07-09 06:54:04 +00:00
Laisky.Cai
f9417d32e1
Merge remote-tracking branch 'origin/upstream/main'
2024-07-09 06:28:06 +00:00
zijiren
ffdb0b0c81
fix: use musl libc ( #1597 )
2024-07-06 13:14:07 +08:00
Laisky.Cai
ca23dd9a97
Merge commit '1c2654320e5b6268b13b6efca40ce37a523d032b'
2024-04-28 01:53:31 +00:00
Laisky.Cai
c735b9b4d3
Merge commit '2369025842b828ac38f4427fd1ebab8d03b1fe7f'
2024-04-20 01:07:29 +00:00
Laisky.Cai
6bb110154b
chore: Update Go dependencies and Dockerfile; tweak AWS config in go.mod
...
- Update go.mod to replace `github.com/aws/aws-sdk-go-v2/config` with `github.com/aws/aws-sdk-go-v2/credentials`
- Update Dockerfile to use golang version `1.22.2-bullseye`
- Modify go.sum to downgrade and remove certain dependencies, with no functional changes to code
2024-04-18 05:25:04 +00:00
Laisky.Cai
cef41193d9
Merge remote-tracking branch 'origin/upstream/main'
2024-03-16 07:49:36 +00:00
GAI Group
11af81eb39
feat: add new theme air ( #1167 )
...
* chore: add theme air with new-api main branch v0.2.0.3-alpha.1(first step)
* feat: 完成渠道界面
* chore: 优化渠道界面样式问题
* feat: 完成兑换码界面
* feat: 完成充值(钱包)界面
* chore: 初代air主题将使用default主题的运营设置界面、系统设置界面、其他设置界面
* feat: 完成日志界面
* feat: 完成用户管理界面
* feat: 完成个人设置界面
* feat: 完成令牌界面
* chore: 优化令牌界面逻辑
* feat: 修改版权信息
* chore: make necessary changes
---------
Co-authored-by: Calon <1808837298@qq.com>
Co-authored-by: Apple\Apple <zeraturing@foxmail.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2024-03-16 15:29:35 +08:00
Laisky.Cai
914f1ccd8c
fix: Update Dockerfile with newer golang version and base image.
...
- Updated the Golang version from 1.22.0 to 1.22.1 in the Dockerfile.
- Changed the base image version from golang:1.22.0-bullseye to golang:1.22.1-bullseye in the Dockerfile.
- The updates to the Dockerfile include important security and bug fixes, as well as potential performance improvements.
2024-03-11 09:32:25 +00:00
Laisky.Cai
609a6cb4b2
Merge remote-tracking branch 'origin/upstream/main'
2024-02-22 01:54:25 +00:00
JustSong
32387d9c20
fix: fix version is blank
2024-02-21 22:21:01 +08:00
Laisky.Cai
281df64214
build: Update Golang in Docker image to 1.22.0
...
- Update Golang container image
2024-02-19 07:23:56 +00:00
Laisky.Cai
d37fa80106
Merge remote-tracking branch 'origin/upstream/main'
2024-01-11 09:28:40 +00:00
JustSong
318adf5985
chore: remove useless lines
2024-01-07 16:28:44 +08:00
JustSong
965d7fc3d2
fix: fix Dockerfile
2024-01-07 15:33:33 +08:00
JustSong
aa3f605894
fix: fix Dockerfile
2024-01-07 15:17:21 +08:00
JustSong
7b8eff1f22
fix: fix Dockerfile
2024-01-07 15:15:02 +08:00
JustSong
e80cd508ba
fix: fix Dockerfile
2024-01-07 15:12:30 +08:00
JustSong
d37f836d53
fix: fix Dockerfile
2024-01-07 15:03:36 +08:00