mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Revert
This commit is contained in:
10
.github/actions/create-dev-env/action.yml
vendored
10
.github/actions/create-dev-env/action.yml
vendored
@@ -11,6 +11,16 @@ runs:
|
|||||||
# sudo rm -rf /opt/ghc
|
# sudo rm -rf /opt/ghc
|
||||||
# shell: bash
|
# 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
|
||||||
|
|
||||||
|
# https://github.com/docker/build-push-action/tree/master#usage
|
||||||
|
- name: Set up Docker Buildx (for multi-arch builds) 🐳
|
||||||
|
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # dependabot updates to latest release
|
||||||
|
|
||||||
- name: Set Up Python 🐍
|
- name: Set Up Python 🐍
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user