mirror of
https://github.com/docker/compose.git
synced 2026-07-11 02:34:25 +00:00
add support for ppc64le
Signed-off-by: Sneha Kanekar1 <sneha.kanekar1@ibm.com>
This commit is contained in:
parent
5d809a2e89
commit
e0286360a8
2 changed files with 7 additions and 0 deletions
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
|
|
@ -42,6 +42,12 @@ jobs:
|
|||
name: docker-compose-linux-amd64
|
||||
path: ${{ github.workspace }}/bin/docker-compose-linux-amd64
|
||||
|
||||
- name: Upload linux-ppc64le binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: docker-compose-linux-ppc64le
|
||||
path: ${{ github.workspace }}/bin/docker-compose-linux-ppc64le
|
||||
|
||||
- name: Upload windows-amd64 binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue