Skip to content

Commit

Permalink
no multi arch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Sep 15, 2024
1 parent 9a7000d commit 79c238a
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,8 @@ jobs:
contents: read
id-token: write
steps:
- name: Set up SSH
uses: MrSquaare/ssh-setup-action@v3
with:
host: 188.245.42.209
private-key: ${{ secrets.BUILDX_DE1 }}
private-key-name: buildx_de1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
append: |
- endpoint: ssh://[email protected]
platforms: linux/arm64
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Log in to GHCR
if: github.event_name != 'pull_request'
Expand All @@ -55,7 +40,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: latest
labels: 'latest'

0 comments on commit 79c238a

Please sign in to comment.