We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e54d commit bb9f0cfCopy full SHA for bb9f0cf
ffi.mk
@@ -56,7 +56,7 @@ gem/linux/amd64: pyroscope_ffi/clean
56
gem/linux/arm64: pyroscope_ffi/clean
57
docker buildx build \
58
--build-arg=BASE=$(MANYLINUX_PREFIX)_$(BUILD_ARCH_ARM):$(MANYLINUX_VERSION) \
59
- --build-arg="TARGET_TASK=arm64_darwin:gem" \
+ --build-arg="TARGET_TASK=aarch64_linux:gem" \
60
--output=pyroscope_ffi/ruby \
61
--platform=linux/arm64 \
62
-f docker/gem.Dockerfile \
0 commit comments