From 2b578daba57a8145370fb854aaa7641ddc2cab80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sat, 14 Dec 2024 10:06:24 +0100 Subject: [PATCH] bug in armv7 build --- .github/workflows/multiarch-docker-hub.yml | 5 ++--- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/multiarch-docker-hub.yml b/.github/workflows/multiarch-docker-hub.yml index 39b6797..1ee8f86 100644 --- a/.github/workflows/multiarch-docker-hub.yml +++ b/.github/workflows/multiarch-docker-hub.yml @@ -19,9 +19,8 @@ permissions: packages: write on: - push: - tags: - - "[0-9]+.[0-9]+.[0-9]+" + release: + types: [published] # release: # workflow_dispatch: # workflow_call: diff --git a/Dockerfile b/Dockerfile index c2c7cc2..def4380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Copyright 2024 SCTG Development - Ronan LE MEILLAT # SPDX-License-Identifier: AGPL-3.0-or-later FROM ubuntu:jammy AS builder -RUN apt-get update && apt-get install -y curl build-essential debhelper devscripts pkg-config libssl-dev zip git libcurl4-openssl-dev musl-dev musl-tools cmake +RUN apt-get update && apt-get install -y curl build-essential debhelper devscripts pkg-config libssl-dev zip git libcurl4-openssl-dev musl-dev musl-tools cmake libclang-dev RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN echo $(dpkg --print-architecture) RUN mkdir /build