File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121 contents : read
2222
2323jobs :
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
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 : |
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
You can’t perform that action at this time.
0 commit comments