Skip to content

Commit

Permalink
Add comment for why we pinned builx to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozydingo committed Jul 16, 2024
1 parent 5dc4dbe commit a34d598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ runs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# Pin buildx to 0.15.1 to avoid 'bad file descriptor' errors on cache write
# See https://github.com/docker/buildx/issues/2593
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit a34d598

Please # to comment.