Skip to content

Commit

Permalink
Limit builds to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-p-marques committed Jan 28, 2021
1 parent e93c189 commit a8abdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
DOCKER_BUILDKIT: 1
PUSH: ${{ toJSON(github.ref == 'refs/heads/master') }}
PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
PLATFORMS: linux/amd64
LANG: "en_US.utf-8"
LC_ALL: "en_US.utf-8"
PIP_CACHE_DIR: ${{ github.workspace }}/.cache.~/pip
Expand Down

0 comments on commit a8abdd6

Please sign in to comment.