Skip to content

Commit

Permalink
disable multiplatform image
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <[email protected]>
  • Loading branch information
ffais committed Oct 14, 2024
1 parent 88c629d commit 01d462b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build_push_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ jobs:
- redis
platform:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
# - linux/arm/v6
# - linux/arm/v7
# - linux/arm64
steps:
- name: Log in to the Container registry
uses: docker/[email protected]
with:
Expand All @@ -48,7 +43,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push by digest
- name: Build and push
id: build
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 01d462b

Please sign in to comment.