chore: semantic release #2

This commit is contained in:
Tom Wheeler
2025-09-03 00:48:25 +12:00
parent bd579d7437
commit c3520eec13
2 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
agregarr/agregarr:develop

View File

@@ -244,8 +244,7 @@
],
"platforms": [
"linux/amd64",
"linux/arm64",
"linux/arm/v7"
"linux/arm64"
]
},
"@semantic-release/github"