Skip to content

Commit

Permalink
bug in armv7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 14, 2024
1 parent 37bd6c0 commit 2b578da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ permissions:
packages: write

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
release:
types: [published]
# release:
# workflow_dispatch:
# workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b578da

Please sign in to comment.