Skip to content

Commit

Permalink
fix gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Apr 8, 2024
1 parent 845e54d commit bb9f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem/linux/amd64: pyroscope_ffi/clean
gem/linux/arm64: pyroscope_ffi/clean
docker buildx build \
--build-arg=BASE=$(MANYLINUX_PREFIX)_$(BUILD_ARCH_ARM):$(MANYLINUX_VERSION) \
--build-arg="TARGET_TASK=arm64_darwin:gem" \
--build-arg="TARGET_TASK=aarch64_linux:gem" \
--output=pyroscope_ffi/ruby \
--platform=linux/arm64 \
-f docker/gem.Dockerfile \
Expand Down

0 comments on commit bb9f0cf

Please sign in to comment.