Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
1eb69b6d
Commit
1eb69b6d
authored
9 months ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
fix(
#195
): broken arm64 build
parent
a22a019e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+4
-3
4 additions, 3 deletions
docker/Dockerfile
with
4 additions
and
3 deletions
docker/Dockerfile
+
4
−
3
View file @
1eb69b6d
# Workaround for https://github.com/containers/buildah/issues/4742
FROM
debian:bullseye-slim
as
target
# ------------------------------------------------------------------------------
# Build Stage
# ------------------------------------------------------------------------------
...
...
@@ -69,11 +66,15 @@ RUN if [ "$cucumber" != 0 ] && [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then \
# ------------------------------------------------------------------------------
FROM
target
ARG
BUILDPLATFORM
ARG
TARGETPLATFORM
LABEL
maintainer="Gilles Filippini <gilles.filippini@pini.fr>"
LABEL
version="0.0.0"
LABEL
description="Crypto-currency software (based on Substrate framework) to operate Ğ1 libre currency"
RUN
echo
"BUILDPLATFORM=
$BUILDPLATFORM
"
>>
/docker_debug
RUN
echo
"TARGETPLATFORM=
$TARGETPLATFORM
"
>>
/docker_debug
# Required certificates for RPC connections
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
ca-certificates
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment