Skip to content

Commit

Permalink
add link to github action showing the repro
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored and Daniel committed Dec 27, 2021
1 parent e0c5eeb commit 20a7906
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

This repo highlights very slow builds when building in Docker. On both Intel chips and Apple chips. When building on host OS, it's totally fine.

## Issue

Link to issue filed with Astro: https://github.com/withastro/astro/issues/2279

## Repro Steps
## Github Action

Link to a run on GitHub actions with the same failure. https://github.com/danramteke/docker-astro-slow-build/runs/4643816143?check_suite_focus=true

## Repro

### Steps

`docker build .`

## Output
### Output
```
$ docker build .
[+] Building 192.0s (13/14)
Expand Down

0 comments on commit 20a7906

Please sign in to comment.