Skip to content

Commit

Permalink
Attempting to run actions in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Oct 26, 2024
1 parent e6a79d3 commit f3a7dfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ permissions: write-all # Necessary for the generate-build-provenance action with
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:3.20
steps:
- name: Install Dependencies
run: |
apk add --no-cache bash go libc-dev gcc musl-dev
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit f3a7dfa

Please sign in to comment.