Update .goreleaser.yaml

Remove arm64 target due to compile errors

Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
This commit is contained in:
Alex Lovell-Troy 2024-07-17 16:49:47 -04:00 committed by GitHub
parent 9cf535e71a
commit bf2cea11a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ builds:
- linux - linux
goarch: goarch:
- amd64 - amd64
- arm64
dockers: dockers:
- image_templates: - image_templates:
- ghcr.io/openchami/{{.ProjectName}}:latest - ghcr.io/openchami/{{.ProjectName}}:latest