Skip to content

Commit

Permalink
Update list of clients to current 8.4.3, 8.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 18, 2024
1 parent 9e2470b commit 20e3e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
dbversion: ["5.7.44", "8.0.36", "8.4.0"]
dbversion: ["5.7.44", "8.0.40", "8.4.3"]
arch: ["amd64", "arm64"]
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Every push builds a set of files that are available on the test page.

But mostly a new release will create a set of tarballs for each version and architecture.

You can update the list of versions to be built in the [`strategy` stanza](https://github.com/ddev/mysql-client-build/blob/6f94f620dcb28607cc71fe78e6a25f70213f8293/.github/workflows/build.yml#L26-L29) of .github/workflows/tests.yaml
You can update the list of versions to be built in the [`strategy` stanza](https://github.com/ddev/mysql-client-build/blob/6f94f620dcb28607cc71fe78e6a25f70213f8293/.github/workflows/build.yml#L26-L29) of .github/workflows/build.yml


### Building and pushing the imageto Docker Hub
### Building and pushing the image to Docker Hub

Updating the image is done with the script in image/push.sh:

Expand Down

0 comments on commit 20e3e73

Please sign in to comment.