Skip to content

Commit e21f12d

Browse files
committed
t
1 parent 1f40633 commit e21f12d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing-docker-multiplatform-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
include:
1616
- runner: ubuntu-24.04-arm
1717
arch: arm64
18+
docker-tag: arm64
1819
- runner: ubuntu-24.04
1920
arch: amd64/v2
21+
docker-tag: amd64-v2
2022

2123
steps:
2224
- name: Checkout
@@ -38,6 +40,6 @@ jobs:
3840
--attest type=provenance,mode=max \
3941
--push --platform linux/${{ matrix.arch }} \
4042
--progress plain \
41-
-t erigontech/dev-erigon:test-oleksandr-${{ matrix.arch }} -f Dockerfile-mp .
43+
-t erigontech/dev-erigon:test-oleksandr-${{ matrix.docker-tag }} -f Dockerfile-mp .
4244
4345

0 commit comments

Comments
 (0)