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 e0d28a2 commit d6a4754Copy full SHA for d6a4754
.github/workflows/ci.yaml
@@ -715,6 +715,9 @@ jobs:
715
716
# copy the build artifacts to the build context
717
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
721
722
# export version, base_tag, and tag as outputs
723
echo "version=$version" >> $GITHUB_OUTPUT
0 commit comments