We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f40633 commit e21f12dCopy full SHA for e21f12d
.github/workflows/testing-docker-multiplatform-builds.yml
@@ -15,8 +15,10 @@ jobs:
15
include:
16
- runner: ubuntu-24.04-arm
17
arch: arm64
18
+ docker-tag: arm64
19
- runner: ubuntu-24.04
20
arch: amd64/v2
21
+ docker-tag: amd64-v2
22
23
steps:
24
- name: Checkout
@@ -38,6 +40,6 @@ jobs:
38
40
--attest type=provenance,mode=max \
39
41
--push --platform linux/${{ matrix.arch }} \
42
--progress plain \
- -t erigontech/dev-erigon:test-oleksandr-${{ matrix.arch }} -f Dockerfile-mp .
43
+ -t erigontech/dev-erigon:test-oleksandr-${{ matrix.docker-tag }} -f Dockerfile-mp .
44
45
0 commit comments