-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
70 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,9 +59,10 @@ jobs: | |
BUILDAH_FORMAT: oci | ||
IMG_TAG: ${{ matrix.package_source }}-${{ matrix.os }}-${{ matrix.arch }} | ||
steps: | ||
- uses: docker/setup-buildx-action@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Build the server image | ||
run: make KIND=server PACKAGE_SOURCE=${{ matrix.package_source }} OS_NAME=${{ matrix.os}} BUILD_ARCH=${{ matrix.arch}} build-image | ||
run: make KIND=server PACKAGE_SOURCE=${{ matrix.package_source }} OS_NAME=${{ matrix.os}} build-image | ||
- name: Upload server image | ||
uses: ishworkh/[email protected] | ||
with: | ||
|
@@ -89,7 +90,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build the ad server image | ||
run: make KIND=ad-server PACKAGE_SOURCE=${{ matrix.package_source }} OS_NAME=${{ matrix.os }} BUILD_ARCH=${{ matrix.arch }} build-image | ||
run: make KIND=ad-server PACKAGE_SOURCE=${{ matrix.package_source }} OS_NAME=${{ matrix.os }} build-image | ||
- name: Upload ad server image | ||
uses: ishworkh/[email protected] | ||
with: | ||
|
@@ -109,7 +110,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: build the client image | ||
run: make KIND=client OS_NAME=${{ matrix.os }} BUILD_ARCH=${{ matrix.arch }} build-image | ||
run: make KIND=client OS_NAME=${{ matrix.os }} build-image | ||
# The client image is used as a base for the samba-toolbox build process. | ||
- name: Upload the client image | ||
uses: ishworkh/[email protected] | ||
|
@@ -144,7 +145,7 @@ jobs: | |
- name: Apply latest tag to image (for fedora) | ||
run: ${{ env.CONTAINER_CMD }} tag samba-client:${{ env.IMG_TAG }} quay.io/samba.org/samba-client:latest | ||
- name: Build the toolbox image | ||
run: make KIND=toolbox OS_NAME=${{ matrix.os }} BUILD_ARCH=${{ matrix.arch }} build-image | ||
run: make KIND=toolbox OS_NAME=${{ matrix.os }} build-image | ||
# Upload the toolbox image for reference and/or image push | ||
- name: Upload the toolbox image | ||
uses: ishworkh/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters