Skip to content

Commit

Permalink
only one run and add cmake (for aws-lc-rs )
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 14, 2024
1 parent 1be4384 commit 688007f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ permissions:
packages: write

on:
release:
workflow_dispatch:
workflow_call:
secrets:
DOCKER_USERNAME:
required: true
DOCKER_PASSWORD:
required: true
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
# release:
# workflow_dispatch:
# workflow_call:
# secrets:
# DOCKER_USERNAME:
# required: true
# DOCKER_PASSWORD:
# required: true

jobs:
push_to_registry:
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
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 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 688007f

Please sign in to comment.