From a6faa47ef5fca494362212ce4a515b9492d9ed3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 30 Jan 2023 14:57:18 +0100 Subject: [PATCH] adjusted CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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