Questions tagged [multiarch]

52 questions
0
votes
1 answer

is it possible to install mssql with all terminal tools in kali linux

I have installed Kali Linux the previous year for learning purpose, but now I am in love with this Linux distro and vim, since I am a new user to linux, based on my knowledge I have tried all possible thing to install Microsoft SQL Server in Kali…
0
votes
1 answer

Docker buildx mulitarch armv6

What I need: A test container on a x86_64 machine for a raspberry pi zero, which works with qemu emulation for armv6l. What I've got so far: A Dockerfile with a test code FROM python:3.7.9 COPY hello.py ./ CMD [ "python3", "./hello.py" ] The…
Kasti96
  • 3
  • 4
0
votes
1 answer

Docker linuxserver.io/jellyfin multiarch 207: 'exec format error'

I have a problem and I don't know where to look for the problem. I'm running debian:buster and I'm trying to set it up as a jellyfin server. I added the nessecary architecture (amd64). user@server:~$ sudo dpkg…
SK4ndal
  • 39
  • 6
0
votes
1 answer

How to configure Clion to run gdb commands before start?

I am able to remote debug RapberryPi application with vscode config saying "gdbpath": "gdb-multiarch", "autorun": [ "set architecture arm_any" ] What is equivalent setting in CLion? I need set…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
1 answer

Get SHA's of multiarch docker image

How to get sha's of all the tags corresponding to an image on docker hub. For instance, consider an image with latest, latest-windows and latest-linux tags. On docker pull image_name:latest, docker will automagically pull the correct image based on…
Shubham
  • 3,071
  • 3
  • 29
  • 46
0
votes
1 answer

Check for multiarch on linux/chrome OS?

I'm making a hotfix for AROC on the Chromebook Plux V2 (which has a x86_64 architecture, but no multiarch support) and I want to run a test in his script that checks for it. What command can I use to check for multiarch on a linux x86_64…
1 2 3
4