Skip to content

Commit

Permalink
Update workflows and drop arm64 for some debian builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 9, 2023
1 parent 747888a commit 0d299d1
Show file tree
Hide file tree
Showing 2 changed files with 2,984 additions and 2,984 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./${{ env.build_file }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
push: true
tags: ${{ steps.prep.outputs.container_images }}
build-args: |
Expand Down Expand Up @@ -2354,7 +2354,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./${{ env.build_file }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
push: true
tags: ${{ steps.prep.outputs.container_images }}
build-args: |
Expand Down
Loading

0 comments on commit 0d299d1

Please sign in to comment.