File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ jobs:
101101 with :
102102 context : ./vehicle-mock
103103 file : ./vehicle-mock/Dockerfile
104- tags : ghcr.io/${{ steps.github-repository-name-case-adjusted.outputs.lowercase }}/vehicle-mock:${{ inputs.platform }}
104+ tags : ghcr.io/${{ steps.github-repository-name-case-adjusted.outputs.lowercase }}/vehicle-mock:v001arm
105105 push : true
106- platforms : ${{ steps.set_args.outputs.platforms }}
106+ platforms : " linux/arm64 "
Original file line number Diff line number Diff line change 4747 NAME="vehicle-mock"
4848 echo "app_name=$NAME" >> $GITHUB_OUTPUT
4949
50- build-image-multiarch :
50+ build-image-arm64 :
5151 uses : ./.github/workflows/build-ccu-vehicle-mock-single.yml
5252 needs : [get-app-name]
5353 with :
54- platform : multiarch
54+ platform : arm64
5555 app_name : ${{ needs.get-app-name.outputs.app_name }}
You can’t perform that action at this time.
0 commit comments