Skip to content

Commit

Permalink
Fix single Arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaro committed Aug 10, 2024
1 parent e5c6a01 commit 3f1b373
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/arch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- name: linux/amd64
dockerfile: Dockerfile.arch
- name: linux/arm64
dockerfile: Dockerfile.arch-arm64
steps:
-
name: Set up QEMU
Expand All @@ -37,7 +30,9 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
file: ${{ matrix.platform.dockerfile }}
platforms: ${{ matrix.platform.name }}
file: |
Dockerfile.arch
Dockerfile.arch-arm64
platforms: linux/amd64,linux/arm64
push: true
tags: garo/openssh-client:arch

0 comments on commit 3f1b373

Please sign in to comment.