Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/x-compliance' into feat/x-c…
Browse files Browse the repository at this point in the history
…ompliance
  • Loading branch information
MikkySnow committed Mar 15, 2024
2 parents dc1ca39 + a32db0b commit 530585a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build Deb

on:
push:
tags:
- "*"
branches: [ feat/x-compliance ]

jobs:
build-deb:
Expand Down
4 changes: 2 additions & 2 deletions docker/deb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############ Install Intel SGX SDK & SGX PSW
FROM ghcr.io/sigmagmbh/sgx:2.19-bionic as base
FROM ghcr.io/sigmagmbh/sgx:2.23-focal 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 All @@ -18,7 +18,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y > /dev/null 2>&1
RUN cargo install protobuf-codegen --version "2.8.1" -f

# Install golang
ADD https://go.dev/dl/go1.19.linux-amd64.tar.gz go.linux-amd64.tar.gz
ADD https://go.dev/dl/go1.22.1.linux-amd64.tar.gz go.linux-amd64.tar.gz
RUN tar -C /usr/local -xzf go.linux-amd64.tar.gz && rm go.linux-amd64.tar.gz
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest && \
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest > /dev/null 2>&1
Expand Down

0 comments on commit 530585a

Please sign in to comment.