Skip to content

Commit 71eabbc

Browse files
author
Diogo Ferraz
committed
ci(server): publish multi-arch docker images (amd64/arm64)
1 parent c7654cb commit 71eabbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
context: .
3232
file: src/TaskManagement.Api/Dockerfile
33-
platforms: linux/amd64
33+
platforms: linux/amd64,linux/arm64
3434
push: true
3535
tags: |
3636
diogopro/taskmanagement-api:latest
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
context: .
4343
file: src/TaskManagement.Auth/Dockerfile
44-
platforms: linux/amd64
44+
platforms: linux/amd64,linux/arm64
4545
push: true
4646
tags: |
4747
diogopro/taskmanagement-auth:latest

0 commit comments

Comments
 (0)