Skip to content

Commit

Permalink
workflows: remove qemu usage
Browse files Browse the repository at this point in the history
Signed-off-by: Pat <[email protected]>
  • Loading branch information
patrick-stephens committed Feb 10, 2025
1 parent df1bf13 commit 299c2b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/call-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
ref: ${{ inputs.ref }}
token: ${{ secrets.token }}

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/call-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,9 @@ jobs:
with:
ref: ${{ inputs.ref }}

# - name: Set up Actuated mirror
# if: (contains(matrix.distro, 'arm' ) || contains(matrix.distro, 'raspbian')) && (github.repository == 'fluent/fluent-bit')
# uses: self-actuated/hub-mirror@master

- name: Set up Docker Buildx
# if: ${{ !(contains(matrix.distro, 'arm' ) || contains(matrix.distro, 'raspbian')) && (github.repository == 'fluent/fluent-bit') }}
uses: docker/setup-buildx-action@v3

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

- name: Replace all special characters with dashes
id: formatted_distro
run: |
Expand Down

0 comments on commit 299c2b5

Please sign in to comment.