Commit 81e185dd authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play ngrok: added armhf aarch64 to SUPPORTEDARCHES (eterbug #17702)

parent 4c852396
#!/bin/sh #!/bin/sh
PKGNAME=ngrok PKGNAME=ngrok
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64 armhf aarch64"
VERSION="$2" VERSION="$2"
DESCRIPTION="ngrok is the programmable network edge that adds connectivity, security, and observability to your apps with no code changes." DESCRIPTION="ngrok is the programmable network edge that adds connectivity, security, and observability to your apps with no code changes."
URL="https://ngrok.com/" URL="https://ngrok.com/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment