You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
* Add sbom support from index-cli
* Drop error channel
* return value is treated as an Invoke Op
* Add the index-cli-plugin
* Fix sample again
* Build platforms in multi-arch Docker build
* change go.sh for /bin/sh env in alpine
* Add workflow
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ To build the golang `parser` binary locally, run `go build`.
41
41
go build -o pod-babashka-docker
42
42
```
43
43
44
+
Create `vonwig/pod-atomisthq-tools.docker` which is a manifest list with pod binaries for both `amd64` and `arm64`. This image is a good way to pull the pod binaries into skill containers.
45
+
46
+
```bash
47
+
bb build-pod-image
48
+
```
49
+
44
50
## Contributing
45
51
46
52
You can find information about contributing to this project in the CONTRIBUTING.md
0 commit comments