Skip to content

Commit

Permalink
[v15] build: Add release-ng-arm64-fips release target
Browse files Browse the repository at this point in the history
Add a release target to `build.assets/Makefile` to build the arm64-fips
release. This was missed before because I erroneously assumed we stopped
doing that due to rust build issues, but it was just that rdpclient was
no longer part of the arm64-fips build, not that we abandoned that build
altogether.
  • Loading branch information
camscale committed Sep 24, 2024
1 parent 9c3edb4 commit 0bbb04a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ release-ng-amd64-fips:
$(MAKE) release-ng ARCH=amd64 FIDO2=yes PIV=yes FIPS=yes RELEASE_TARGET=release-ent
release-ng-arm64:
$(MAKE) release-ng ARCH=arm64 FIDO2=yes PIV=yes
release-ng-arm64-fips:
$(MAKE) release-ng ARCH=arm64 FIDO2=yes PIV=yes FIPS=yes RELEASE_TARGET=release-ent
release-ng-386:
$(MAKE) release-ng ARCH=386
release-ng-arm:
Expand Down

0 comments on commit 0bbb04a

Please sign in to comment.