Searched full:docker (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/.github/workflows/ |
D | linux.yml | 36 - name: Cache the Docker Image 44 - name: Set up Docker Buildx 46 uses: docker/setup-buildx-action@v3 50 uses: docker/build-push-action@v6 55 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA… 77 - name: Restore the Docker Image 84 - name: Load and Check the Docker Image 86 docker load -i $IMAGE_FILE 87 docker images -a $IMAGE 89 # The docker image contains ccache, but the ccache action uses the ccache [all …]
|
D | zephyr.yml | 37 - name: Cache the Docker Image 45 - name: Set up Docker Buildx 47 uses: docker/setup-buildx-action@v3 51 uses: docker/build-push-action@v6 56 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA… 83 - name: Restore the Docker Image 90 - name: Load and Check the Docker Image 92 docker load -i $IMAGE_FILE 93 docker images -a $IMAGE 95 # The docker image contains ccache, but the ccache action uses the ccache [all …]
|
D | steps-head | 7 - name: Restore the Docker Image 14 - name: Load and Check the Docker Image 16 docker load -i $IMAGE_FILE 17 docker images -a $IMAGE 19 # The docker image contains ccache, but the ccache action uses the ccache 20 # outside docker for statistics, so install the same ccache version.
|
D | head | 36 - name: Cache the Docker Image 44 - name: Set up Docker Buildx 46 uses: docker/setup-buildx-action@v3 50 uses: docker/build-push-action@v6 55 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…
|
D | head-zephyr | 37 - name: Cache the Docker Image 45 - name: Set up Docker Buildx 47 uses: docker/setup-buildx-action@v3 51 uses: docker/build-push-action@v6 56 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…
|
D | steps-cmake | 3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
|
D | steps-minsize | 3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
|
D | steps-release | 3 …docker run -v $(readlink -f picolibc):/picolibc -w /picolibc -v $GITHUB_WORKSPACE/.ccache:/root/.c…
|
/picolibc-latest/.github/ |
D | Dockerfile-zephyr | 1 # syntax=docker/dockerfile:1
|
/picolibc-latest/ |
D | README.md | 362 compressing the docker images and automatically canceling jobs when 736 2. Speed up github actions by sharing Debian docker image (thanks to
|