mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-30 21:29:07 +08:00
We are no longer using Travis. As such, we should move away from a lot of CI functionality located in a folder called travis-ci/. This change renames the travis-ci/ directory to the more generic ci/. To preserve backwards compatibility until all "consumers" have transitioned, we add a symbolic link called travis-ci back. It will be removed in the near term future. Signed-off-by: Daniel Müller <deso@posteo.net>
12 lines
470 B
Desktop File
12 lines
470 B
Desktop File
[Unit]
|
|
Description=Support for transparent execution of non-native binaries with QEMU user emulation
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# The source code for iiilinuxibmcom/qemu-user-static is at https://github.com/iii-i/qemu-user-static/tree/v6.1.0-1
|
|
# TODO: replace it with multiarch/qemu-user-static once version >6.1 is available
|
|
ExecStart=/usr/bin/docker run --rm --interactive --privileged iiilinuxibmcom/qemu-user-static --reset -p yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|