Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jul 10, 2024
1 parent d4c0969 commit 3bab9cb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ jobs:
needs: [fmt, clippy, docs, tests, ctf-challenges, coverage, build, docker-build]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

strategy:
matrix:
arch: [amd64, arm64]

env:
IMAGE_NAME: skyf0l/rsacracker

Expand Down Expand Up @@ -274,8 +270,7 @@ jobs:
with:
push: true
tags: ${{ env.IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }},${{ env.IMAGE_NAME }}:latest
platforms: linux/${{ matrix.arch }}
build-args: ARCH=${{ matrix.arch }}
platforms: linux/amd64,linux/arm64

release:
name: GitHub Release
Expand Down

0 comments on commit 3bab9cb

Please sign in to comment.