Skip to content

Commit

Permalink
chore(ci, docker): remove arm arch
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Jun 16, 2022
1 parent ff29b26 commit 52c1c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,15 @@ jobs:
with:
file: "docker/cli-alpine.Dockerfile"
context: "."
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: tamasfe/taplo:latest,tamasfe/taplo:${{ env.RELEASE_VERSION }},tamasfe/taplo:${{ env.RELEASE_VERSION }}-alpine
- name: Build and push CLI Full alpine
uses: docker/build-push-action@v3
with:
file: "docker/cli-full-alpine.Dockerfile"
context: "."
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: tamasfe/taplo:full,tamasfe/taplo:${{ env.RELEASE_VERSION }}-full,tamasfe/taplo:${{ env.RELEASE_VERSION }}-full-alpine
- name: Update repo description
Expand Down

0 comments on commit 52c1c01

Please sign in to comment.