Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multiplatform builds #13

Merged
merged 8 commits into from
Jun 28, 2023
Merged

feat: multiplatform builds #13

merged 8 commits into from
Jun 28, 2023

Conversation

elpiel
Copy link
Member

@elpiel elpiel commented Jun 22, 2023

Known issues (from my local tests):

  • Server is throwing an error (cross-build from x86 to arm/v7) - Had to pass CASTING_DISABLED=1 env. variable to the server - Closes Casting should be disabled #7

root@5d52538b58e5:/stremio# ifconfig
bash: ifconfig: command not found
root@5d52538b58e5:/stremio# ip link
257: eth0@if258: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
request send failed: Operation not supported
link/ether 02:42:ac:11:00:02 brd ff:ff:ff:ff:ff:ffroot@5d52538b58e5

@elpiel elpiel changed the title Feat: multiplatform builds feat: multiplatform builds Jun 22, 2023
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
@elpiel elpiel mentioned this pull request Jun 26, 2023
2 tasks
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
@elpiel
Copy link
Member Author

elpiel commented Jun 27, 2023

I've tested and updated the image build commands and we can now safely merged this PR.

@elpiel elpiel merged commit 8b687d3 into main Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Casting should be disabled
2 participants