Skip to content

Commit d8c17c9

Browse files
authored
Merge pull request #138 from fosslight/fix_docker
Update platform in docker build workflow
2 parents 85f397d + 0ad68e8 commit d8c17c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
context: .
3030
push: true
31-
platforms: linux/amd64,linux/arm64
31+
platforms: linux/amd64
3232
tags: |
3333
fosslight/fosslight_scanner:latest
34-
fosslight/fosslight_scanner:${{ github.event.release.tag_name }}
34+
fosslight/fosslight_scanner:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)