I hereby claim:
- I am sitin on github.
- I am sitin (https://keybase.io/sitin) on keybase.
- I have a public key ASBdHKYvUU-UqZZYsRgl7qxj0KvTCV9JDl7onc9mPgdE1Ao
To claim this, I am signing this object:
# Setup QEMU for x86-64 Docker images on Raspberry Pi 4 | |
# Install Python3 and Docker first: https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl | |
# Install QUEMU (https://www.qemu.org/) | |
sudo apt-get install qemu binfmt-support qemu-user-static | |
# Use QUS in Docker (https://github.com/dbhi/qus) to configure x86_64 architecture | |
docker run --rm --privileged aptman/qus -s -- -p x86_64 | |
# Test x86-64 image: |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -e | |
if [ "$#" -ne 3 ]; then | |
echo "Illegal number of parameters!" | |
echo "Usage:" | |
echo " ./get-envoy-binary.sh <version> <container engine: podman | docker> <out directory>" | |
exit 1 | |
fi |
Homebrew build logs for osrf/simulation/sdformat9 on macOS 13.2 | |
Build date: 2023-02-18 01:50:32 |
Homebrew build logs for osrf/simulation/gazebo11 on macOS 13.2 | |
Build date: 2023-02-19 11:51:31 |
Homebrew build logs for osrf/simulation/gz-common5 on macOS 13.2 | |
Build date: 2023-06-10 08:35:21 |
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: Python [81293] | |
Path: /opt/homebrew/*/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python | |
Identifier: org.python.python | |
Version: 3.11.4 (3.11.4) | |
Code Type: ARM-64 (Native) | |
Parent Process: Python [81287] |
[build] | |
build-std = false | |
[target.aarch64-unknown-linux-gnu] | |
build-std = false | |
[target.x86_64-unknown-linux-gnu] | |
build-std = false |