diff --git a/.drone.yml b/.drone.yml index b6a538ff..e4276dfb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ pipeline: - export GO111MODULE=off - go clean -cache -modcache build-linux: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:linux_static when: repo: cwtch.im/ui @@ -51,7 +51,7 @@ pipeline: - sha256sum $FILENAME > $FILENAME.sha256 - rm -r cwtch build-android: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:android when: repo: cwtch.im/ui @@ -78,7 +78,7 @@ pipeline: - cp android/build-debug.apk $FILENAME - sha256sum $FILENAME > $FILENAME.sha256 build-windows: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:windows_64_static when: repo: cwtch.im/ui