Skip to content

Commit

Permalink
Update build_deb_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennfshr authored Sep 23, 2024
1 parent 4a2b821 commit 78d94f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_deb_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ jobs:
fail-fast: false
matrix:
platform:
- 'linux/amd64'
- 'linux/arm/v6'
- 'linux/arm/v7'
- 'linux/arm64'

# - 'linux/amd64'
# - 'linux/arm/v6'
# - 'linux/arm/v7'
steps:
- name: Platform
run: |
Expand Down Expand Up @@ -120,7 +119,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
tags: v1,latest
tags: ${{ steps.prepare.outputs.docker_image }}:latest
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit 78d94f1

Please sign in to comment.