File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 build :
1616 name : Build & Push Image
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04-arm
1818 environment : development
1919
2020 steps :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 release-please :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04-arm
1919 steps :
2020 - uses : googleapis/release-please-action@v4
2121 id : release
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - 1466-fix-item-login # allow test to run for a temporary deploy
87 pull_request :
98 merge_group :
109
9695 - name : Setup Node
9796 uses : actions/setup-node@v4
9897 with :
99- node-version : 20
98+ node-version : 22
10099
101100 - name : Get yarn cache directory
102101 id : yarn-cache-dir-path
@@ -174,7 +173,7 @@ jobs:
174173 - name : Setup Node
175174 uses : actions/setup-node@v4
176175 with :
177- node-version : 20
176+ node-version : 22
178177
179178 - name : Get yarn cache directory
180179 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ workers_tag_full="$aws_ecr_uri/$workers_tag_short"
3737migrate_tag_short=" graasp:migrate-$tag_version "
3838migrate_tag_full=" $aws_ecr_uri /$migrate_tag_short "
3939
40- docker build -t $core_tag_full -f docker/Dockerfile --platform linux/amd64 -- build-arg APP_VERSION=$tag_version --build-arg BUILD_TIMESTAMP=$( date -u +%Y-%m-%dT%H:%M:%S) .
40+ docker build -t $core_tag_full -f docker/Dockerfile --build-arg APP_VERSION=$tag_version --build-arg BUILD_TIMESTAMP=$( date -u +%Y-%m-%dT%H:%M:%S) .
4141docker push $core_tag_full
4242
43- docker build -t $workers_tag_full -f docker/workers.Dockerfile --platform linux/amd64 -- build-arg APP_VERSION=$tag_version --build-arg BUILD_TIMESTAMP=$( date -u +%Y-%m-%dT%H:%M:%S) .
43+ docker build -t $workers_tag_full -f docker/workers.Dockerfile --build-arg APP_VERSION=$tag_version --build-arg BUILD_TIMESTAMP=$( date -u +%Y-%m-%dT%H:%M:%S) .
4444docker push $workers_tag_full
4545
46- docker build -t $migrate_tag_full -f docker/migrate.Dockerfile --platform linux/amd64 .
46+ docker build -t $migrate_tag_full -f docker/migrate.Dockerfile .
4747docker push $migrate_tag_full
You can’t perform that action at this time.
0 commit comments