From 197847dd96cf78ac6a488b6685b666dbba9a0f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Fri, 27 Jan 2023 12:32:26 +0100 Subject: [PATCH] changed target platform and: dont build rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/publish-docker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index f36b189..040bf2f 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -50,7 +50,9 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7 + 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