Skip to content

Commit

Permalink
don't hardcode arch
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Feb 5, 2025
1 parent ec8a0c4 commit 7b36356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/container_build/docker_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ docker_build_cws_instrumentation_amd64:
IMAGE: registry.ddbuild.io/ci/datadog-agent/cws-instrumentation
BUILD_CONTEXT: Dockerfiles/cws-instrumentation
before_script:
- cp $CWS_INSTRUMENTATION_BINARIES_DIR/cws-instrumentation.amd64 $BUILD_CONTEXT/
- cp $CWS_INSTRUMENTATION_BINARIES_DIR/cws-instrumentation.${ARCH} $BUILD_CONTEXT/

docker_build_cws_instrumentation_arm64:
extends: [.docker_build_job_definition_arm64]
Expand All @@ -283,7 +283,7 @@ docker_build_cws_instrumentation_arm64:
IMAGE: registry.ddbuild.io/ci/datadog-agent/cws-instrumentation
BUILD_CONTEXT: Dockerfiles/cws-instrumentation
before_script:
- cp $CWS_INSTRUMENTATION_BINARIES_DIR/cws-instrumentation.arm64 $BUILD_CONTEXT/
- cp $CWS_INSTRUMENTATION_BINARIES_DIR/cws-instrumentation.${ARCH} $BUILD_CONTEXT/

# build the dogstatsd image
docker_build_dogstatsd_amd64:
Expand Down

0 comments on commit 7b36356

Please sign in to comment.