diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd974187de5..b80659a1313 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,9 @@ jobs: docker run --rm -v ${{ github.workspace }}:/ws:rw --workdir=/ws \ arm64v8/ubuntu:20.04 \ bash -exc 'apt-get update -y && \ + apt-get install python2 -y && \ + python2 --version && \ + apt-get install make gcc g++ -y && \ apt-get install maven -y && \ mvn -version && \ mvn clean install \ diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 2ba239935f3..11114bdb65d 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -62,6 +62,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6259](https://github.com/apache/incubator-seata/pull/6259)] modify error message which is global session size more than config - [[#6264](https://github.com/apache/incubator-seata/pull/6264)] fix jib-maven-plugin build failed - [[#6246](https://github.com/apache/incubator-seata/pull/6246)] build the frontend at the same time as the maven build +- [[#6265](https://github.com/apache/incubator-seata/pull/6265)] optimization fails to build frontend on arm64 - [[#6267](https://github.com/apache/incubator-seata/pull/6267)] add Server deserialization validation ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 594fda7b577..76e98e3abe0 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -60,6 +60,7 @@ - [[#6259](https://github.com/apache/incubator-seata/pull/6259)] 修改全局会话大小超过配置的错误消息 - [[#6264](https://github.com/apache/incubator-seata/pull/6264)] 修复 jib-maven-plugin 编译失败问题 - [[#6246](https://github.com/apache/incubator-seata/pull/6246)] 在maven打包的同时打包前端资源 +- [[#6265](https://github.com/apache/incubator-seata/pull/6265)] 优化在 arm64 上构建前端失败的问题 - [[#6267](https://github.com/apache/incubator-seata/pull/6267)] 增加 Server 反序列化校验 ### security: