Skip to content

Commit

Permalink
feat: Creating Linux Tebako packages using CI containers [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 28, 2025
1 parent 3e36696 commit dd3d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Package 1_hello_world
run: |
docker run --platform -v ${{github.workspace}}:/mnt/w -t ghcr.io/tamatebako/tebako-ubuntu-20.04:latest \
docker run -v ${{github.workspace}}:/mnt/w -t ghcr.io/tamatebako/tebako-ubuntu-20.04:latest \
tebako press -r /mnt/w/tutorial/1_hello_world/hello_world.sample -e hello_world.rb --patchelf
- name: Run packaged 1_hello_world application
Expand Down

0 comments on commit dd3d5a0

Please sign in to comment.