Set the architecture for the docker image

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-08-25 18:36:04 +02:00
parent 21e623ad11
commit b030e570ce

View File

@@ -10,6 +10,7 @@ jobs:
all:
runs-on: ubuntu-latest
env:
architecture: "amd64"
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
steps: