Skip to content

Commit

Permalink
Update CI_LINUX.yml (#52)
Browse files Browse the repository at this point in the history
* Update CI_LINUX.yml

* More architectures
  • Loading branch information
MajliTech authored Jan 28, 2024
1 parent 601b586 commit 367071b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/CI_LINUX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ jobs:
with:
context: .
platforms: |
linux/i386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
file: ${{ env.DOCKERFILE }}
push: true
tags: |
Expand All @@ -65,8 +70,13 @@ jobs:
with:
context: .
platforms: |
linux/i386
linux/amd64
linux/arm64
linux/arm/v5
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
file: ${{ env.DOCKERFILE }}
push: true
tags: |
Expand Down

0 comments on commit 367071b

Please sign in to comment.