Skip to content

Commit

Permalink
Don't specify PACKAGINGDIR
Browse files Browse the repository at this point in the history
The build context relocates docker properly.

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Dec 4, 2024
1 parent 9d1b5a2 commit 9f384f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ jobs:
--build-arg REPO_FILE_URL=$REPO_FILE_URL \
--build-arg UID=$(id -u) \
--build-arg FVERSION=${{ env.FVERSION }} \
--build-arg PACKAGINGDIR=${{ inputs.PACKAGING_DIR }}/packaging \
--tag mock-build \
${{ inputs.PACKAGING_DIR }}
- name: Build RPM
Expand Down

0 comments on commit 9f384f1

Please sign in to comment.