@dcl/abgen-linux-x64 0.17.2 → 0.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BUILD-INFO.txt +6 -0
- package/README.md +3 -3
- package/bin/abgen.bin +0 -0
- package/package.json +1 -1
package/BUILD-INFO.txt
ADDED
package/README.md
CHANGED
|
@@ -196,10 +196,10 @@ output is promoted into the serving root, so rejected bundles are never servable
|
|
|
196
196
|
The container image is built straight from the pinned Nix flake - `nix build .#dockerImage`
|
|
197
197
|
(`dockerTools.buildLayeredImage`, `tini` init, no base OS) - producing an image that runs `abgen` as an
|
|
198
198
|
unprivileged user on `:5147` with `template/` and `shader/` baked in and `ABGEN_ROOT`/`ABGEN_OUT_ROOT`
|
|
199
|
-
preset. The `
|
|
200
|
-
that image
|
|
199
|
+
preset. The `image` job in [`.github/workflows/release.yml`](.github/workflows/release.yml) builds
|
|
200
|
+
that image and pushes it to `ghcr.io/decentraland/abgen:<tag>` (and `:latest`) on every `v*` tag.
|
|
201
201
|
The workspace also ships an AWS Lambda consumer in `lambda/` (the `abgen-lambda` bin);
|
|
202
|
-
`nix build .#lambdaImage` produces its container image, which the `
|
|
202
|
+
`nix build .#lambdaImage` produces its container image, which the `lambda-image-push` job pushes to ECR
|
|
203
203
|
on the same tags - see [lambda/README.md](lambda/README.md). The org
|
|
204
204
|
services-pipeline that publishes the same service to quay (service-name `abgen`) is configured
|
|
205
205
|
externally in the private `decentraland/definitions` repo, not in this tree. Cutting a release -
|
package/bin/abgen.bin
CHANGED
|
Binary file
|