Skip to content

Commit

Permalink
try multiplateform extract
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Mar 17, 2024
1 parent 15aeb34 commit b70a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-haproxy-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Extract .deb file
run: |
docker pull eltorio/haproxy:2.9-${{ steps.prep.outputs.tag }}
docker run --rm --entrypoint cat eltorio/haproxy:2.9-${{ steps.prep.outputs.tag }} /haproxy.deb > haproxy-${{ steps.prep.outputs.tag }}.deb
docker run --rm --platform ${{ matrix.platform }} --entrypoint cat eltorio/haproxy:2.9-${{ steps.prep.outputs.tag }} /haproxy.deb > haproxy-${{ steps.prep.outputs.tag }}.deb
- name: Upload .deb file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b70a72f

Please sign in to comment.