Merge pull request #31 from 0wlyW00d/patch-2

Update docker-compose to add platform support for Apple ARM
This commit is contained in:
MX 2022-07-25 13:57:43 +03:00 committed by GitHub
commit ce48618f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
version: '3'
services:
dev:
platform: linux/x86_64
image: flipperdevices/flipperzero-toolchain
network_mode: host
privileged: true