Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
run: |
./gradlew :build

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Log in to GitHub Container Registry
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -46,6 +52,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/kleis-technology/cloud-assess/cloud-assess-app:${{ github.ref_name }}
ghcr.io/kleis-technology/cloud-assess/cloud-assess-app:latest
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
val lcaacVersion = "1.7.11"
val lcaacVersion = "1.7.12"
implementation("ch.kleis.lcaac:core:$lcaacVersion")
implementation("ch.kleis.lcaac:grammar:$lcaacVersion")

Expand Down
33 changes: 32 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
description = "Cloud Assess flake";
outputs = inputs@{ nixpkgs, ...}:
inputs.lcaac-flake = {
url = "github:kleis-technology/homebrew-lcaac";
};
outputs = inputs@{ nixpkgs, lcaac-flake, ...}:
{
devShells = {
aarch64-darwin.default =
Expand All @@ -12,6 +15,7 @@
packages = with pkgs; [
jdk23
gradle
lcaac-flake.packages.aarch64-darwin.lcaac-cli
];
};
};
Expand Down
1 change: 1 addition & 0 deletions trusted_library/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lcaac-tmp.yaml
test-data