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.
draft-release
1 parent 82e7b7a commit cf010bcCopy full SHA for cf010bc
1 file changed
.github/workflows/draft-release.yaml
@@ -48,8 +48,8 @@ jobs:
48
run: |
49
docker create -it --entrypoint sh --name amd --platform linux/amd64 ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
50
docker create -it --entrypoint sh --name arm --platform linux/arm64 ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
51
- docker cp amd:/bin/nobled ./nobled_linux-amd64
52
- docker cp arm:/bin/nobled ./nobled_linux-arm64
+ docker cp amd:/usr/bin/nobled ./nobled_linux-amd64
+ docker cp arm:/usr/bin/nobled ./nobled_linux-arm64
53
sha256sum ./nobled_linux-amd64 > ./checksum.txt
54
sha256sum ./nobled_linux-arm64 >> ./checksum.txt
55
0 commit comments