Skip to content

Commit d6a4754

Browse files
committed
Refactor build artifacts and update Dockerfile for armv7 architecture
1 parent e0d28a2 commit d6a4754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,9 @@ jobs:
715715
716716
# copy the build artifacts to the build context
717717
cp build/coder_linux_* build-context/
718+
# We use TARGETARCH to determine the architecture of the binary
719+
# in the Dockerfile. This is arm for armv7.
720+
mv build-context/coder_linux_armv7 build-context/coder_linux_arm
718721
719722
# export version, base_tag, and tag as outputs
720723
echo "version=$version" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)