-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to downgrade some actions since the arm64 runner is on ubuntu18.04. Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
- Loading branch information
Showing
3 changed files
with
23 additions
and
15 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
FROM ubuntu:20.04 | ||
RUN apt-get update && apt-get install -y gcc g++ xz-utils python3 libncurses5 curl | ||
FROM index.docker.io/dio123/boringssl-fips-builder@sha256:d430e7f9f5ab26aae829b9f9d4327e20d2c240d4997aeae629132d4c0f267538 | ||
COPY ./tools/build.sh /var/local/build.sh | ||
RUN /var/local/build.sh |