Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: remove Linux-amd64 Docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 25, 2024
1 parent df8328d commit 290d893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux-amd64 Docker build & push
name: Multiplatform Docker build & push
on:
push:
release:
Expand Down Expand Up @@ -28,7 +28,8 @@ jobs:
with:
image: ${{ env.IMAGENAME }}
registry: ${{ env.REGISTRY }}
platform: linux/amd64
multiPlatform: true
platform: linux/amd64,linux/arm64
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
addLatest: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/multiplatform.yaml

This file was deleted.

0 comments on commit 290d893

Please sign in to comment.