File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -411,21 +411,14 @@ jobs:
411411 # ./check_ecr_image_scan_results.sh
412412
413413 build_dev_container_arm64 :
414- runs-on : macos-latest
414+ runs-on : ubuntu-22.04-arm
415415 steps :
416416 - name : Checkout code
417417 uses : actions/checkout@v5
418418 with :
419419 ref : ${{ env.BRANCH_NAME }}
420420 fetch-depth : 0
421421
422- - name : Install Docker with Lima
423- run : |
424- brew install docker lima
425- limactl start template://docker
426- DOCKER_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock')
427- export DOCKER_HOST
428-
429422 - name : Build dev container
430423 run : |
431424 docker build -f .devcontainer/Dockerfile -t dev-container-image .
Original file line number Diff line number Diff line change 11nodejs 20.18.0
2- actionlint 1.6.26
2+ actionlint 1.7.8
33shellcheck 0.11.0
44python 3.14.0
55poetry 2.2.1
You can’t perform that action at this time.
0 commit comments