Skip to content

Commit

Permalink
Update release-bullseye.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 9, 2024
1 parent 55d1aea commit 11b09ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on: # yamllint disable-line rule:truthy

jobs:
release:
strategy:
matrix:
arch-platform:
- amd64
- arm64
name: Release - Docker image
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -61,7 +56,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
platforms: linux/${{ matrix.arch-platform }}
platforms: linux/amd64,linux/arm64
file: bullseye/Dockerfile
target: bullseye
push: true
Expand Down

0 comments on commit 11b09ff

Please sign in to comment.