Set GOMAXPROX=1 to try to resolve ARM build hang

This commit is contained in:
Jason Fischer 2022-10-28 12:47:54 -07:00
parent 958cae3e5d
commit 288149e70a
No known key found for this signature in database

View File

@ -95,6 +95,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GOMAXPROCS=1
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}