Skip to content

Commit

Permalink
workflows: remove explicit amd64 arch
Browse files Browse the repository at this point in the history
Remove the explicit arch parameter from include in build-server and
test-server job definition.

Signed-off-by: Alexander Bachmann <[email protected]>
  • Loading branch information
abachmann committed Sep 24, 2024
1 parent b78b782 commit bd8e932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
include:
- package_source: devbuilds
os: centos
arch: amd64
runs-on: ubuntu-latest
env:
BUILDAH_FORMAT: oci
Expand Down Expand Up @@ -182,7 +181,6 @@ jobs:
include:
- package_source: devbuilds
os: centos
arch: amd64
needs: build-server
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit bd8e932

Please sign in to comment.