Skip to content

Commit

Permalink
Introduce isolation in artifacts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rv4x authored and c0rv4x committed Oct 13, 2024
1 parent c22ea98 commit 0f8f3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
path: ${{ env.x86_64_image_path }}
export-docker-image-arm64:
runs-on: arm-ubuntu-arm-22.04-4core
container:
image: arm64v8/ubuntu:22.04 # Specify an arm64 Docker image here
options: --security-opt=no-new-privileges # Optional: Add additional Docker security options
steps:
- name: Checkout repository
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
Expand Down

0 comments on commit 0f8f3c3

Please sign in to comment.