Skip to content

Commit

Permalink
add buildx platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Jan 4, 2022
1 parent 125b667 commit 3713175
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
platforms: amd64,arm,arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Docker build
Expand All @@ -98,6 +96,10 @@ jobs:
with:
push: false
tags: tarpn/tarpn-core:latest
platforms: |
linux/amd64
linux/arm/v7
linux/arm64
docker-source-build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -126,5 +128,9 @@ jobs:
context: .
file: tests/docker/Dockerfile
tags: tarpn/tarpn-test:latest
platforms: |
linux/amd64
linux/arm/v7
linux/arm64

0 comments on commit 3713175

Please sign in to comment.