Skip to content

Commit 36e95bd

Browse files
committed
updates
1 parent 509cb28 commit 36e95bd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-azl3-arm-raw.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
contents: read
2222

2323
jobs:
24-
build-ubuntu24-arm-raw:
24+
build-azl3-arm-raw:
2525
runs-on: ubuntu-24.04-arm
2626
steps:
2727
- name: Checkout code
@@ -56,12 +56,12 @@ jobs:
5656
fi
5757
chmod +x scripts/build_azl3_arm_raw.sh
5858
59-
- name: Run Ubuntu24 Raw Image Build
59+
- name: Run azl3 Raw Image Build
6060
env:
6161
#RUN_QEMU_TEST: ${{ github.event.push }}
6262
RUN_QEMU_TEST: true
6363
run: |
64-
echo "Starting Ubuntu24 raw image build..."
64+
echo "Starting azl3 raw image build..."
6565
# Ensure script has access to docker group for Earthly
6666
sudo usermod -aG docker $USER
6767
@@ -81,9 +81,9 @@ jobs:
8181
;;
8282
esac
8383
84-
# Run the Ubuntu24 raw image build script
84+
# Run the azl3 raw image build script
8585
./scripts/build_azl3_arm_raw.sh $ARGS
86-
echo "Ubuntu24 raw image build completed."
86+
echo "azl3 raw image build completed."
8787
8888
- name: Set file permissions for artifacts
8989
run: |
@@ -92,7 +92,7 @@ jobs:
9292
- name: GitHub Upload Release Artifacts
9393
uses: actions/upload-artifact@v4
9494
with:
95-
name: ubuntu24-arm-raw-image
95+
name: azl3-arm-raw-image
9696
path: |
97-
workspace/*/imagebuild/minimal/*.raw*
97+
workspace/*/imagebuild/*/*.raw*
9898
retention-days: 30

0 commit comments

Comments
 (0)