Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netobserv-ebpf-agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
hdacloud
netobserv-ebpf-agent
Commits
d05b51bb
Unverified
Commit
d05b51bb
authored
3 months ago
by
Mohamed S. Mahmoud
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix BC manifest build (#573)
Signed-off-by:
Mohamed Mahmoud
<
mmahmoud@redhat.com
>
parent
50b1cc8d
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
Containerfile.bytecode.multi.arch
+12
-40
12 additions, 40 deletions
Containerfile.bytecode.multi.arch
with
12 additions
and
40 deletions
Containerfile.bytecode.multi.arch
+
12
−
40
View file @
d05b51bb
...
...
@@ -4,57 +4,29 @@ FROM scratch
ARG TARGETARCH
ARG TARGETOS
FROM scratch AS linux386
ARG BC_386_EL
COPY $BC_386_EL /
FROM scratch AS linuxamd64
ARG TARGETARCH
ARG TARGETOS
ARG BC_AMD64_EL
COPY $BC_AMD64_EL /
FROM scratch AS linuxarm
ARG BC_ARM_EL
COPY $BC_ARM_EL /
COPY $BC_AMD64_EL /
FROM scratch AS linuxarm64
ARG TARGETARCH
ARG TARGETOS
ARG BC_ARM64_EL
COPY $BC_ARM64_EL /
FROM scratch AS linuxloong64
ARG BC_LOONG64_EL
COPY $BC_LOONG64_EL /
FROM scratch AS linuxmips
ARG BC_MIPS_EB
COPY $BC_MIPS_EB /
FROM scratch AS linuxmipsle
ARG BC_MIPSLE_EL
COPY $BC_MIPSLE_EL /
FROM scratch AS linuxmips64
ARG BC_MIPS64_EB
COPY $BC_MIPS64_EB /
FROM scratch AS linuxmips64le
ARG BC_MIPS64LE_EL
COPY $BC_MIPS64LE_EL /
FROM scratch AS linuxppc64
ARG BC_PPC64_EB
COPY $BC_PPC64_EL /
COPY $BC_ARM64_EL /
FROM scratch AS linuxppc64le
ARG TARGETARCH
ARG TARGETOS
ARG BC_PPC64LE_EL
COPY $BC_PPC64LE_EL /
FROM scratch AS linuxriscv64
ARG BC_RISCV64_EL
COPY $BC_RISCV64_EL /
COPY $BC_PPC64LE_EL /
FROM scratch AS linuxs390x
ARG TARGETARCH
ARG TARGETOS
ARG BC_S390X_EB
COPY
$BC_S390X_EB /
COPY $BC_S390X_EB /
ARG TARGETARCH
ARG TARGETOS
...
...
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