Skip to content

Commit

Permalink
Update docker_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobefore authored Dec 1, 2022
1 parent cf56f7a commit 51ecab9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Add cargo taget x64
run: rustup target add x86_64-unknown-linux-musl

Expand Down Expand Up @@ -80,9 +80,10 @@ jobs:
# run: |
# tar -zxvf sqliteautoconf3390000_0.1.2_linux_arm64.tar.gz.tar.gz
# cp -r sqliteautoconf3390000_0.1.2_linux_arm64.tar.gz/sql/ .

- name: Build
run: |
sudo apt install musl-tools
export PATH="$HOME/x86_64-linux-musl-cross/bin:$PATH"
cargo build --target x86_64-unknown-linux-musl --release
Expand Down

0 comments on commit 51ecab9

Please sign in to comment.