Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed Oct 12, 2024
1 parent 93a67cd commit 8516fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: prep
run: |
{
echo "base=$(echo "${{ matrix.manifest }}" | sed 's/^\(tcp\|ssh\)/distcc/'))"
echo "base=$(echo "${{ matrix.manifest }}" | sed 's/^\(tcp\|ssh\)/distcc/')"
echo "qemu_platform=$(echo "${{ matrix.arch }}" | cut -d '/' -f 1)"
echo "stage3_version=$(sed -n 's#^FROM ksmanis/stage3:\(\S\+\).*#\1#p' Dockerfile)"
echo "tag=$(echo "${{ matrix.arch }}" | tr -d '/')-${{ matrix.manifest }}"
Expand Down

2 comments on commit 8516fa9

@henning-schild
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

squash, seems like more than a harmless typo

@KSmanis
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The branch/PR will be squashed on merge. It's hard to follow CI runs if I squash/rebase in the meantime.

Please sign in to comment.