mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 23:32:12 +01:00
feat: with docker buildx
This commit is contained in:
parent
2d171249d9
commit
cb66d99088
4
.github/workflows/ci-multiplatform.yml
vendored
4
.github/workflows/ci-multiplatform.yml
vendored
@ -73,6 +73,10 @@ jobs:
|
||||
# os: windows-2022
|
||||
# rust: nightly-x86_64-gnu
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2.0.0
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
#- name: Install packages (Ubuntu)
|
||||
|
Loading…
Reference in New Issue
Block a user