Skip to content

Commit

Permalink
Merge pull request #360 from infosiftr/i386-softfloat
Browse files Browse the repository at this point in the history
Fix i386 "softfloat" bug
  • Loading branch information
yosifkit authored Feb 24, 2021
2 parents f85f779 + 01c68e7 commit a9533c8
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 177 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
strategy="$(~/bashbrew/scripts/github-actions/munge-i386.sh -c <<<"$strategy")"
jq . <<<"$strategy" # sanity check / debugging aid
echo "::set-output name=strategy::$strategy"
Expand Down
53 changes: 34 additions & 19 deletions 1.15/alpine3.12/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 34 additions & 19 deletions 1.15/alpine3.13/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 21 additions & 20 deletions 1.15/buster/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 34 additions & 19 deletions 1.16/alpine3.12/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 34 additions & 19 deletions 1.16/alpine3.13/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9533c8

Please sign in to comment.