Skip to content

Commit

Permalink
Provide multi-arch runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Jan 23, 2024
1 parent b8be6bc commit 36f6f0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: kde-6.2
packages: org.kde.Platform//6.2 org.kde.Sdk//6.2
remote: flathub

- name: kde-6.3
packages: org.kde.Platform//6.3 org.kde.Sdk//6.3
remote: flathub
Expand Down Expand Up @@ -111,6 +111,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/[email protected]
with:
Expand All @@ -131,6 +134,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
pull: true
push: true
tags: localhost:5000/fedora-base:latest
Expand All @@ -155,5 +159,6 @@ jobs:
allow: security.insecure
context: .
file: ${{ matrix.runtime.name }}.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: bilelmoussaoui/flatpak-github-actions:${{ matrix.runtime.name }}

0 comments on commit 36f6f0e

Please sign in to comment.