mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 08:26:26 -06:00
provide more memory for builds
Cross-platform builds are running out of resources. Try using a little more memory.
This commit is contained in:
parent
1a158743b3
commit
6ef5ed1060
@ -134,6 +134,7 @@ jobs:
|
||||
# build all distros
|
||||
build-distros: &build-distros
|
||||
executor: go
|
||||
resource_class: medium+
|
||||
environment: &build-env
|
||||
TF_RELEASE: 1
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user