Skip to content

Commit

Permalink
Fix supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Nov 2, 2020
1 parent e17bf49 commit fa1de4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner-base:latest
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile.base

ubuntu_base_bionic_deploy:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner-base:ubuntu-bionic
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile.base.ubuntu-bionic

ubuntu_base_xenial_deploy:
Expand Down Expand Up @@ -96,5 +96,5 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner-base:ubuntu-xenial
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile.base.ubuntu-xenial
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:latest
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile

ubuntu_bionic_deploy:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:latest
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile.ubuntu-bionic

ubuntu_xenial_deploy:
Expand Down Expand Up @@ -93,5 +93,5 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:latest
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile.ubuntu-xenial
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:${{ step.tag.outputs.TAG }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile

ubuntu_bionic_tag:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:${{ step.tag.outputs.TAG }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile.ubuntu-bionic

ubuntu_xenial_tag:
Expand Down Expand Up @@ -119,5 +119,5 @@ jobs:
with:
push: true
tags: ${{ steps.org.outputs.ORG }}/github-runner:${{ step.tag.outputs.TAG }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
file: ./Dockerfile.ubuntu-xenial

0 comments on commit fa1de4a

Please sign in to comment.