Skip to content

Commit dca6a43

Browse files
patrick-stephensedsiper
authored andcommitted
workflows: remove qemu usage
Signed-off-by: Pat <pat@chronosphere.io>
1 parent ec14389 commit dca6a43

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/call-build-images.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
ref: ${{ inputs.ref }}
9999
token: ${{ secrets.token }}
100100

101-
- name: Set up QEMU
102-
uses: docker/setup-qemu-action@v3
103-
104101
- name: Set up Docker Buildx
105102
uses: docker/setup-buildx-action@v3
106103

.github/workflows/call-build-linux-packages.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,9 @@ jobs:
120120
with:
121121
ref: ${{ inputs.ref }}
122122

123-
# - name: Set up Actuated mirror
124-
# if: (contains(matrix.distro, 'arm' ) || contains(matrix.distro, 'raspbian')) && (github.repository == 'fluent/fluent-bit')
125-
# uses: self-actuated/hub-mirror@master
126-
127123
- name: Set up Docker Buildx
128-
# if: ${{ !(contains(matrix.distro, 'arm' ) || contains(matrix.distro, 'raspbian')) && (github.repository == 'fluent/fluent-bit') }}
129124
uses: docker/setup-buildx-action@v3
130125

131-
- name: Set up QEMU
132-
uses: docker/setup-qemu-action@v3
133-
134126
- name: Replace all special characters with dashes
135127
id: formatted_distro
136128
run: |

0 commit comments

Comments
 (0)