Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
remove arm from docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio authored Aug 29, 2022
1 parent a11fb31 commit 5c01a5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64, arm64 ]
arch: [ amd64 ]
steps:
- name: downcase REPO
run: |
Expand Down Expand Up @@ -94,6 +94,5 @@ jobs:
run: |
docker manifest create \
${{ inputs.docker_registry }}/${{ env.REPO }}:${{ inputs.version }} \
${{ inputs.docker_registry }}/${{ env.REPO }}:${{ inputs.version }}-amd64 \
${{ inputs.docker_registry }}/${{ env.REPO }}:${{ inputs.version }}-arm64
${{ inputs.docker_registry }}/${{ env.REPO }}:${{ inputs.version }}-amd64
docker manifest push ${{ inputs.docker_registry }}/${{ env.REPO }}:${{ inputs.version }}

0 comments on commit 5c01a5e

Please sign in to comment.