Skip to content
Snippets Groups Projects
Commit 18de3b97 authored by Simon McVittie's avatar Simon McVittie
Browse files

heavy: Add partial multiarch support


The Platform runtime is only intended to host 64-bit executables, but
the build process for some of those needs 32-bit executables in the SDK.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent fe93b46c
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,9 @@
id_prefix: com.valvesoftware.SteamRuntime
add_packages_multiarch:
- steamrt-libs
add_packages:
- steamrt-container
- steamrt-libs
post_script: |
install -d -m755 /usr/lib/locale
......@@ -37,9 +35,12 @@ platform:
null: null
sdk:
add_packages_multiarch:
- steamrt-libdevel
add_packages:
- steamrt-dev
- steamrt-libdebug
- steamrt-libdevel
- steamrt-libdevel-non-multiarch
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment