Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jan 30, 2024
1 parent 9fba562 commit 6c15e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/composite/go-setup
- name: Install uuid
run: |
sudo apt-get update
sudo apt-get install uuid
- name: Build binaries
run: make func_linux_amd64 func_linux_arm64 func_linux_ppc64le func_linux_s390x
- name: Build images
Expand Down

0 comments on commit 6c15e95

Please sign in to comment.