diff --git a/.goreleaser.yml b/.goreleaser.yml index a10f633b41..3ecf65fa94 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,6 +18,7 @@ builds: goarch: - amd64 - arm + - arm64 goarm: - "6" archives: diff --git a/Makefile b/Makefile index 2b45f27f51..d1345c460b 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,11 @@ build: publish-images: @echo Version: $(VERSION) $(BUILD_DATE) - seihon publish -v "$(TAG_NAME)" -v "latest" --image-name andig/evcc --base-runtime-image alpine --dry-run=false --targets=arm.v6,amd64 + seihon publish -v "$(TAG_NAME)" -v "latest" --image-name andig/evcc --base-runtime-image alpine --dry-run=false --targets=arm.v6,arm.v8,amd64 publish-latest: @echo Version: $(VERSION) $(BUILD_DATE) - seihon publish -v "latest" --image-name andig/evcc --base-runtime-image alpine --dry-run=false --targets=arm.v6,amd64 + seihon publish -v "latest" --image-name andig/evcc --base-runtime-image alpine --dry-run=false --targets=arm.v6,arm.v8,amd64 test-release: goreleaser --snapshot --skip-publish --rm-dist