Skip to content

Commit

Permalink
Merge pull request #117 from RobusTetus/apt-update-repos
Browse files Browse the repository at this point in the history
workflows: update ubuntu repositories beforehand (all)
  • Loading branch information
travier authored Jan 12, 2024
2 parents 1414c4e + 387e6d9 commit fc562ac
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/almalinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/amazonlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# - name: Set up QEMU for multi-arch builds
# shell: bash
# run: |
# sudo apt update
# sudo apt install qemu-user-static

# - name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/opensuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rockylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
shell: bash
run: |
sudo apt update
sudo apt install qemu-user-static
- name: Build container image
Expand Down

0 comments on commit fc562ac

Please sign in to comment.