Skip to content

Commit 3bab9cb

Browse files
committed
fix: docker build
1 parent d4c0969 commit 3bab9cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ jobs:
238238
needs: [fmt, clippy, docs, tests, ctf-challenges, coverage, build, docker-build]
239239
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
240240

241-
strategy:
242-
matrix:
243-
arch: [amd64, arm64]
244-
245241
env:
246242
IMAGE_NAME: skyf0l/rsacracker
247243

@@ -274,8 +270,7 @@ jobs:
274270
with:
275271
push: true
276272
tags: ${{ env.IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }},${{ env.IMAGE_NAME }}:latest
277-
platforms: linux/${{ matrix.arch }}
278-
build-args: ARCH=${{ matrix.arch }}
273+
platforms: linux/amd64,linux/arm64
279274

280275
release:
281276
name: GitHub Release

0 commit comments

Comments
 (0)