Skip to content

Commit

Permalink
Fix .deb build - support Ubuntu 18.04+ - switch to custom SGX images (#…
Browse files Browse the repository at this point in the history
…58)

* Build deb on older ubuntu

* Switch to custom sgx image

* Switch to 2.19-focal

* Try fix -pthread for sgx 2.22

* Try with bionic
  • Loading branch information
delneg authored Dec 6, 2023
1 parent ccbd9f8 commit 5cd5657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-deb:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
SGX_MODE: HW
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/node.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############ Install Intel SGX SDK & SGX PSW
FROM ghcr.io/initc3/linux-sgx:2.19-jammy as base
FROM ghcr.io/sigmagmbh/sgx:2.19-bionic as base
RUN wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
RUN apt-get update

Expand Down

0 comments on commit 5cd5657

Please sign in to comment.