Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Nov 4, 2024
1 parent 02d949f commit 0ceded6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ permissions:

jobs:
create-container:
runs-on: ["4-core-ubuntu-arm"]
strategy:
matrix:
host:
- name: "ubuntu-latest"
arch: "x64"
- name: "4-core-ubuntu-arm"
arch: "arm64"
runs-on: ["${{ matrix.host.name }}"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -38,7 +45,7 @@ jobs:
with:
context: "{{defaultContext}}:tools"
push: true
tags: ghcr.io/facebook/bpfilter:fedora-41-arm64
tags: ghcr.io/facebook/bpfilter:fedora-41-${{ matrix.host.arch}}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 0ceded6

Please sign in to comment.