Skip to content

Commit d40f100

Browse files
author
Oleg
committed
Try using platforms instead of archs
1 parent 22079ca commit d40f100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
Dockerfile
7474
image: ${{ needs.meta.outputs.implementation-name }}
7575
tags: ${{ github.sha }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }}
76-
archs: amd64, arm64
76+
platforms: linux/amd64, linux/arm64
7777

7878
- name: Set DOCKER_HOST so podman-built images are findable
7979
run: |

0 commit comments

Comments
 (0)