Skip to content

Commit

Permalink
Use platform linux/arm64/v8 for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-alvarez-alvarez committed May 9, 2024
1 parent f3f4b5f commit 69c3891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_HEAD_REF="$(git show-ref --head --hash ^HEAD)"

function do_build() {
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64,linux/arm64/v8 \
--label org.opencontainers.image.created="$BUILD_DATE" \
--label org.opencontainers.image.source=https://github.com/DataDog/dd-asm-samples \
--label org.opencontainers.image.revision="$GIT_HEAD_REF" \
Expand Down

0 comments on commit 69c3891

Please sign in to comment.