mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Remove QEMU as well
This commit is contained in:
6
.github/actions/create-dev-env/action.yml
vendored
6
.github/actions/create-dev-env/action.yml
vendored
@@ -11,12 +11,6 @@ runs:
|
||||
# sudo rm -rf /opt/ghc
|
||||
# shell: bash
|
||||
|
||||
# Setup docker to build for multiple platforms, see:
|
||||
# https://github.com/docker/build-push-action/tree/master#usage
|
||||
# https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md
|
||||
- name: Set up QEMU (for docker buildx) 🐳
|
||||
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # dependabot updates to latest release
|
||||
|
||||
- name: Set Up Python 🐍
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user