Skip to content

Commit cb67799

Browse files
committed
This may work... our build is running in docker and a x86 vm is compiling
an ARM binary
1 parent ae3c150 commit cb67799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
id: set-metadata
9696
run: |
9797
./libexec/metadata ruby_platform | tee ruby_platform
98-
echo "RUBY_PLATFORM=$(cat ruby_platform)" >> $GITHUB_OUTPUT
98+
echo "RUBY_PLATFORM=$RUBY_TARGET_PLATFORM" >> $GITHUB_OUTPUT
9999
./libexec/metadata gem_platform | tee gem_platform
100-
echo "GEM_PLATFORM=$(cat gem_platform)" >> $GITHUB_OUTPUT
100+
echo "GEM_PLATFORM=$TARGET_PLATFORM" >> $GITHUB_OUTPUT
101101
./libexec/metadata gem_version | tee gem_version
102102
echo "GEM_VERSION=$(cat gem_version)" >> $GITHUB_OUTPUT
103103
./libexec/metadata node_version | tee node_version

0 commit comments

Comments
 (0)