Skip to content

Commit 9b50ad2

Browse files
committed
try with arm64 runners
1 parent 3585f38 commit 9b50ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/images-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull-request
1+
name: Docker Images - Pull Request
22
on: pull_request
33

44
jobs:
@@ -34,7 +34,7 @@ jobs:
3434

3535
build-public:
3636
needs: chkmodified
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-24.04-arm
3838
environment: ecr-prod-publish
3939
permissions:
4040
id-token: write
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Build
48-
uses: smartcontractkit/.github/actions/cicd-build-publish-docker@crib-626/multiplatform # v0.1.0
48+
uses: smartcontractkit/.github/actions/cicd-build-publish-docker@main # v0.1.0
4949
with:
5050
# general inputs
5151
ecr-repo-name: ${{ matrix.image }}

0 commit comments

Comments
 (0)