Skip to content

Commit

Permalink
add missing EOFs (#577)
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <[email protected]>
  • Loading branch information
connorsmith256 authored Mar 16, 2023
1 parent 712803e commit 0e161f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,11 @@ jobs:
docker run --rm --platform linux/arm64/v8 -iv ${PWD}:/aarch64temp wasmcloud/${{ env.app-name }}:${{ env.app-version }} sh -s <<EOF
tar -czvf ${{ env.arm-tarball }} bin erts-*/ lib/ releases/
cp ${{ env.arm-tarball }} /aarch64temp/
EOF
# docker run --rm --platform linux/arm64/v8 -iv ${PWD}:/aarch64temp wasmcloud/${{ env.app-name }}:${{ env.app-version }} sh -s <<EOF
# tar czvf ${{ env.arm-tarball-static }} /usr/local/bin/wasmcloud_host
# cp ${{ env.arm-tarball-static }} /aarch64temp/
# EOF
docker run --rm --platform linux/amd64 -iv ${PWD}:/amd64temp wasmcloud/${{ env.app-name }}:${{ env.app-version }} sh -s <<EOF
tar czvf ${{ env.amd-tarball-static }} /usr/local/bin/wasmcloud_host
cp ${{ env.amd-tarball-static }} /amd64temp/
Expand Down

0 comments on commit 0e161f2

Please sign in to comment.