Skip to content

Commit 5f64284

Browse files
Update Release.yml to install required packages
Added installation of additional packages for build. Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
1 parent d25ac41 commit 5f64284

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
cgo-enabled: "1"
1616
pre-build-commands: |
1717
go install github.com/swaggo/swag/cmd/swag@latest
18+
apt update && 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
1819
attestation-binary-path: "dist/cloud-init*"
1920
registry-name: ghcr.io/openchami/cloud-init

0 commit comments

Comments
 (0)