Add 386 arch

This commit is contained in:
FriwiDev
2021-10-25 12:14:36 +02:00
parent 7686f2954b
commit d3e29c7886
2 changed files with 28 additions and 22 deletions

View File

@@ -1,18 +1,6 @@
FROM friwidev/jcefdocker:linux-latest AS stage
#Do you want to manually build cef to customize the build?
#0: Use CEF from prebuilt Spotify repository (supported by CEF-Downloader only for 386 and amd64)
#1: Compile CEF from source
#This value will be ignored when no download is available on this architecture!
ENV BUILD_CEF 0
#If you want to build with proprietary codecs, add the following to this variable:
# proprietary_codecs=1 ffmpeg_branding=Chrome
#Warning: Be aware of the legal implications by using proprietary codecs!
#(Not required for mp3/mp4 anymore!)
ENV GYP_DEFINES ""
#Type to build: Debug or Release
#Specify a type to build: Debug or Release
ENV BUILD_TYPE Release
WORKDIR /builder