Skip to content

Commit

Permalink
workflows: Try to fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Rudolph <[email protected]>
  • Loading branch information
PatrickRudolph committed Jul 2, 2024
1 parent f643d9b commit 2701cdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
shell: bash
working-directory: ./u-root
env:
GOARCH: arm64
GOFLAGS: "-buildvcs=false"
run: |
go build .
./u-root -defaultsh gosh -o initramfs.cpio boot coreboot-app ./cmds/core/* ./cmds/boot/*
GOARCH=arm64 ./u-root -defaultsh gosh -o initramfs.cpio boot coreboot-app ./cmds/core/* ./cmds/boot/*
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2701cdb

Please sign in to comment.