-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build docker on PRs, and inline docker GHA config (#584)
* Docker: `poetry install` verbosely * Now try building on ARM * Don't use workflow repo's docker workflow This config seemed to build arm wheels much more quickly and I've no idea why!?!! * Changelog * Revert "Now try building on ARM" This reverts commit c733ced. * Remove bad copypasta
- Loading branch information
David Robertson
authored
Nov 20, 2023
1 parent
1264936
commit 7efe9b5
Showing
4 changed files
with
58 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Inline docker job definition in this repo, and update docker-related action versions. |