Skip to content

Commit

Permalink
chore: add AMI in matrix images
Browse files Browse the repository at this point in the history
- Add Ubuntu 24.04 LTS (codename Noble) with kernel 6.8 in the matrix of
  images.
  • Loading branch information
rscampos committed Dec 16, 2024
1 parent 03b6b4d commit 0ec0ca3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ jobs:
["Mantic 6.5 aarch64"]="0387f77c4820c98db aarch64"
["Mantic 6.6 x86_64"]="05b5ac8f6c43b3ca5 x86_64"
["Mantic 6.6 aarch64"]="05c9d6cd9343f0a43 aarch64"
["Noble 6.8 x86_64"]="010e056472b55a910 x86_64"
# expand as needed
)
for num in 01; do
Expand Down Expand Up @@ -349,6 +350,14 @@ jobs:
submodules: true
# - name: "Prepare Image (Fix AMIs)"
# run: ./tests/e2e-install-deps.sh
- name: "Debug PATH"
run: echo "Current PATH: $PATH"
- name: "Check User"
run: whoami
- name: "Debug GOROOT and GOPATH"
run: |
echo "GOROOT: $GOROOT"
echo "GOPATH: $GOPATH"
- name: "Environment Variables"
run: |
if [[ "${{ matrix.arch }}" == "aarch64" ]]; then
Expand Down

0 comments on commit 0ec0ca3

Please sign in to comment.