Skip to content

Commit

Permalink
Fix prebuild tagging (#477)
Browse files Browse the repository at this point in the history
* Update prebuild.yml

* Update prebuild.yml
  • Loading branch information
thegecko committed Feb 7, 2022
1 parent 1ed34db commit 7850272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yml
Expand Up @@ -30,13 +30,13 @@ jobs:
command: prebuild
- name: linux-x64
os: ubuntu-latest
command: prebuild-cross -- -i ghcr.io/node-usb/centos7-devtoolset7 -i ghcr.io/node-usb/alpine
command: prebuild-cross --tag-libc -i ghcr.io/node-usb/centos7-devtoolset7 -i ghcr.io/node-usb/alpine
- name: linux-arm
os: ubuntu-latest
command: prebuild-cross -- -i ghcr.io/node-usb/linux-arm64 -i ghcr.io/node-usb/linux-armv7 -i ghcr.io/node-usb/linux-armv6
command: prebuild-cross --tag-armv -i ghcr.io/node-usb/linux-arm64 -i ghcr.io/node-usb/linux-armv7 -i ghcr.io/node-usb/linux-armv6
- name: android-arm
os: ubuntu-latest
command: prebuild-cross -- -i ghcr.io/node-usb/android-arm64 -i ghcr.io/node-usb/android-armv7
command: prebuild-cross --tag-armv -i ghcr.io/node-usb/android-arm64 -i ghcr.io/node-usb/android-armv7
- name: linux-x86
os: ubuntu-latest
command: prebuild-cross -- -i ghcr.io/node-usb/linux-x86
Expand Down

0 comments on commit 7850272

Please sign in to comment.