Skip to content

Commit

Permalink
Update docker-image.yml: reverted back to 'ubuntu-latest' builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm authored Mar 5, 2024
1 parent 23bc36d commit 8b9d502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build --file build/Dockerfile --tag boringtun-builds:$(date +%s) build/

- uses: actions/checkout@v3
- name: Build & exctract the BoringTun packages.
- name: Build & extract the BoringTun packages.
run: cd build; bash ./BUILD.sh

- uses: actions/[email protected]
Expand All @@ -34,3 +34,4 @@ jobs:
enableCrossOsArchive: true # optional, default is false
# Run the post step to save the cache even if another step before fails
save-always: false # optional, default is false

0 comments on commit 8b9d502

Please sign in to comment.