Skip to content

Commit bd8e932

Browse files
committed
workflows: remove explicit amd64 arch
Remove the explicit arch parameter from include in build-server and test-server job definition. Signed-off-by: Alexander Bachmann <[email protected]>
1 parent b78b782 commit bd8e932

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/container-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
include:
5454
- package_source: devbuilds
5555
os: centos
56-
arch: amd64
5756
runs-on: ubuntu-latest
5857
env:
5958
BUILDAH_FORMAT: oci
@@ -182,7 +181,6 @@ jobs:
182181
include:
183182
- package_source: devbuilds
184183
os: centos
185-
arch: amd64
186184
needs: build-server
187185
runs-on: ubuntu-latest
188186
env:

0 commit comments

Comments
 (0)