apisix icon indicating copy to clipboard operation
apisix copied to clipboard

help request: is there rpm which can be installed on arm ?

Open mygrsun opened this issue 2 years ago • 5 comments

Description

is there rpm which can be installed on arm

Environment

  • APISIX version (run apisix version):
  • Operating system (run uname -a):
  • OpenResty / Nginx version (run openresty -V or nginx -V):
  • etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
  • APISIX Dashboard version, if relevant:
  • Plugin runner version, for issues related to plugin runners:
  • LuaRocks version, for installation issues (run luarocks --version):

mygrsun avatar Jun 10 '22 03:06 mygrsun

Do you mean arm32 or arm64?

spacewander avatar Jun 12 '22 11:06 spacewander

Do you mean arm32 or arm64?

i want the arm64

mygrsun avatar Jun 17 '22 23:06 mygrsun

CC @soulbird

spacewander avatar Jun 19 '22 12:06 spacewander

This is already in my plan.

soulbird avatar Jun 20 '22 01:06 soulbird

Consider solved. Feel free to reopen it if needed.

spacewander avatar Jul 27 '22 07:07 spacewander

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

stubbornTanzhe avatar Aug 17 '22 09:08 stubbornTanzhe

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

Now, you can install apisix under centos arm64:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

soulbird avatar Sep 02 '22 07:09 soulbird

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

Now, you can install apisix under centos arm64:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

Very nice. But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet .... @soulbird

Liu-Junlin avatar Sep 02 '22 07:09 Liu-Junlin

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

Now, you can install apisix under centos arm64:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

Very nice. But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet .... @soulbird

Of course you can, but please remember to download the dependencies at the same time

https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm

soulbird avatar Sep 02 '22 08:09 soulbird

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

Now, you can install apisix under centos arm64:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

Very nice. But Can I download the rpm file by a direct url ? Because my server in Production could not connect to internet .... @soulbird

Of course you can, but please remember to download the dependencies at the same time

https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm

Thanks very much.

Liu-Junlin avatar Sep 02 '22 08:09 Liu-Junlin

i can build by build-tool,but it's better if you can provide centos arm64 rpm in api7 repo @spacewander

Now, you can install apisix under centos arm64:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

3ks so much

stubbornTanzhe avatar Sep 13 '22 09:09 stubbornTanzhe

我可以通过构建工具构建,但如果你能在 api7 repo 中提供 centos arm64 rpm 就更好了@spacewander

现在,你可以在centos arm64下安装apisix了:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

很不错。但是我可以通过直接 url 下载 rpm 文件吗?因为我的生产服务器无法连接到互联网....@soulbird

当然可以,但是请记得同时下载依赖

https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm

非常感谢。

能问一下,这些依赖包有aarch64的嘛,我没找到openresty的aarch64 的rpm

xinqing123 avatar Feb 26 '23 09:02 xinqing123

我可以通过构建工具构建,但如果你能在 api7 repo 中提供 centos arm64 rpm 就更好了@spacewander

现在,你可以在centos arm64下安装apisix了:

yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
yum install -y apisix

很不错。但是我可以通过直接 url 下载 rpm 文件吗?因为我的生产服务器无法连接到互联网....@soulbird

当然可以,但是请记得同时下载依赖

https://repos.apiseven.com/packages/centos/7/aarch64/apisix-$APISIX_VERSION-0.el7.aarch64.rpm
https://repos.apiseven.com/packages/centos/8/aarch64/apisix-$APISIX_VERSION-0.el8.aarch64.rpm

非常感谢。

能问一下,这些依赖包有aarch64的嘛,我没找到openresty的aarch64 的rpm

xinqing123 avatar Feb 26 '23 09:02 xinqing123

see: https://openresty.org/cn/linux-packages.html

soulbird avatar Feb 27 '23 01:02 soulbird