Skip to content

Commit cbea80e

Browse files
committed
build on ubuntu
1 parent 1b19e00 commit cbea80e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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 .

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nodejs 20.18.0
2-
actionlint 1.6.26
2+
actionlint 1.7.8
33
shellcheck 0.11.0
44
python 3.14.0
55
poetry 2.2.1

0 commit comments

Comments
 (0)