Skip to content

Commit

Permalink
Remove ARM 32bit Docker image build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Feb 7, 2023
1 parent 52603ac commit c7e1ade
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
echo "VCS_REF=`git rev-parse --short HEAD`" >> $GITHUB_ENV
echo "BUILD_DATE=`date -u +”%Y-%m-%dT%H:%M:%SZ”`" >> $GITHUB_ENV
- name: "Build and push for AMD processors"
- name: "Build and push for AMD64 and ARM64 processors"
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 #note: newer is available
with:
context: .
Expand All @@ -78,18 +78,6 @@ jobs:
build-args: |
VCS_REF=${{ env.VCS_REF }}
BUILD_DATE=${{ env.BUILD_DATE }}
- name: "Build and push for ARM processors"
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 #note: newer is available
with:
context: .
file: ./Dockerfile.arm
platforms: linux/arm/v7
push: true
tags: |
bkimminich/juice-shop:${{ steps.tag.outputs.tag }}-arm
build-args: |
VCS_REF=${{ env.VCS_REF }}
BUILD_DATE=${{ env.BUILD_DATE }}
notify-slack:
if: always()
needs:
Expand Down

0 comments on commit c7e1ade

Please sign in to comment.