From 28aeb11565c40f337025c5c0df48fc47a3521477 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 9 Nov 2023 19:46:24 +0100 Subject: [PATCH] fix(ci): wrong release name for build try on armhf --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index f29bcf55..aa4ad398 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -92,4 +92,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build try of armhf Docker image variant run: | - make release GOTENBERG_VERSION=armmhf \ No newline at end of file + make release GOTENBERG_VERSION=armhf