diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 2752d3da..2791b19e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -15,5 +15,6 @@ jobs: cgo-enabled: "1" pre-build-commands: | go install github.com/swaggo/swag/cmd/swag@latest + sudo apt update && sudo apt install -y git gcc g++ make ca-certificates curl gnupg gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu libc6-dev-arm64-cross software-properties-common clang-tools libstdc++-13-dev-arm64-cross attestation-binary-path: "dist/cloud-init*" registry-name: ghcr.io/openchami/cloud-init diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d6398823..4dc0f7ad 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -108,6 +108,7 @@ archives: {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} + {{- if .Amd64 }}{{ .Amd64 }}{{ end }} files: - LICENSE - CHANGELOG.md