Skip to content
Draft
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
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes for docker-adminbox

## Unreleased

### Feature

- update lovely gradle plugin to 1.15.1 and build images for arm

## 2025-04-15 / 1.1.0

### Feature
Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
plugins {
id("com.lovelysystems.gradle") version ("1.11.3")
id("com.lovelysystems.gradle") version ("1.15.1")
}

lovely {
gitProject()
dockerProject(
"lovelysystems/adminbox",
platforms = listOf("linux/amd64"),
buildPlatforms = listOf("linux/amd64"),
) {
from("docker")
}
Expand Down