diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6eafb69..d56cd6d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -166,7 +166,9 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64, linux/armv7 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.semver.outputs.tags }} - labels: ${{ steps.semver.outputs.labels }} \ No newline at end of file + labels: ${{ steps.semver.outputs.labels }} + env: + CRYPTOGRAPHY_DONT_BUILD_RUST: 1 \ No newline at end of file