Skip to content

Commit be6debe

Browse files
authored
Merge pull request #85 from NatLabRockies/ci
Added `arm` build to docker pipeline
2 parents 9b187a8 + 1c67796 commit be6debe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
context: .
5454
push: true
55-
platforms: linux/amd64
55+
platforms: linux/amd64, linux/arm64
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
5858
cache-from: type=gha

0 commit comments

Comments
 (0)