-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added multi platform build * added test on push * remove tty alloc * fix local testing with act
- Loading branch information
Showing
5 changed files
with
55 additions
and
52 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"act": true, | ||
"action": "created", | ||
"ref": "refs/tags/v0.0.0-test2", | ||
"ref": "refs/tags/v2.12.0", | ||
"sha": "b7e12928f13caf61af40d3e8788649a1a8f24c22", | ||
"release": { | ||
"tag_name": "v0.0.0-test2" | ||
"tag_name": "v2.12.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# ansible | ||
ansible container image | ||
# Ansible-core container image | ||
|
||
This repository contains the source for building ansible-core container image using the following python versions: | ||
|
||
* pypy (slim) | ||
* python (slim) | ||
|
||
The image is tagged with the python backend/version and a matching ansible-core version, e.g.: | ||
|
||
* `ghcr.io/srl-labs/ansible-core/pypy3.10:2.12.0` for pypy3.10 backend and ansible-core 2.12.0 | ||
* `ghcr.io/srl-labs/ansible-core/py3.10:2.12.0` for python3.10 backend and ansible-core 2.12.0 | ||
|
||
Images are built for linux/amd64 and linux/arm64 architectures. |
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