Skip to content

Commit

Permalink
s390x: build fedora binaries for peerpod
Browse files Browse the repository at this point in the history
Fixes: confidential-containers#1640

Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo committed Jan 26, 2024
1 parent 8674d1d commit 7420d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/podvm_mkosi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ jobs:
- name: Build builder
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/s390x
tags: ghcr.io/${{ github.repository }}/podvm/builder-fedora:${{ github.sha }}
file: podvm/Dockerfile.podvm_builder.fedora
push: true

- name: Build binaries
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/s390x
tags: ghcr.io/${{ github.repository }}/podvm/binaries-fedora:${{ github.sha }}
file: podvm/Dockerfile.podvm_binaries.fedora
push: true
Expand Down
4 changes: 2 additions & 2 deletions podvm-mkosi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fedora-binaries-builder:
docker buildx build \
-t fedora-binaries-builder \
--load \
- < ../podvm/Dockerfile.podvm_builder.fedora
-f ../podvm/Dockerfile.podvm_builder.fedora ../.

PHONY: binaries
binaries:
Expand All @@ -24,7 +24,7 @@ binaries:
--build-arg BUILDER_IMG=fedora-binaries-builder \
--build-arg AA_KBC=$(AA_KBC) \
-o type=local,dest="./resources/binaries-tree" \
- < ../podvm/Dockerfile.podvm_binaries.fedora
-f ../podvm/Dockerfile.podvm_binaries.fedora ../.

PHONY: image
image:
Expand Down

0 comments on commit 7420d66

Please sign in to comment.