File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
- name : copy curl binary
63
63
if : ${{ github.ref == 'refs/heads/develop' }}
64
64
run : |
65
- docker run --pull always --platform amd64 --name curl-x86_64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
65
+ docker run -d - -pull always --platform amd64 --name curl-x86_64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
66
66
docker cp curl-x86_64:/usr/local/bin/curl curl-x86_64
67
- docker run --pull always --platform arm64 --name curl-aarch64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
67
+ docker run -d - -pull always --platform arm64 --name curl-aarch64 ${{ steps.un.outputs.un }}/${{ github.event.repository.name }}:${{ github.ref_name }}
68
68
docker cp curl-aarch64:/usr/local/bin/curl curl-aarch64
69
69
- uses : actions/upload-artifact@v3
70
70
if : ${{ github.ref == 'refs/heads/develop' }}
You can’t perform that action at this time.
0 commit comments