diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 69c6f52..2d99633 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -18,7 +18,6 @@ builds: - darwin goarch: - amd64 - - arm - arm64 archives: diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index dc703c3..c1c7157 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -4,7 +4,7 @@ steps: settings: repo: git.gnous.eu/${CI_REPO_OWNER}/plakken dockerfile: deployment/docker/Dockerfile - platforms: linux/amd64,linux/arm64/v8,linux/arm + platforms: linux/amd64,linux/arm64/v8 registry: https://git.gnous.eu tag: ${CI_COMMIT} username: diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 80fda1f..06b94ee 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -12,7 +12,7 @@ steps: settings: repo: git.gnous.eu/${CI_REPO_OWNER}/plakken dockerfile: docker/Dockerfile - platforms: linux/amd64,linux/arm64/v8,linux/arm + platforms: linux/amd64,linux/arm64/v8 registry: https://git.gnous.eu tags: - ${CI_COMMIT_TAG##v} # Remove v from tag