mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
dev container: explicitly specify required platform
This commit is contained in:
parent
0218bcd06a
commit
48c1ea0ce9
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:rolling
|
||||
FROM --platform=linux/amd64 ubuntu:rolling
|
||||
|
||||
ARG USER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue