Skip to content

Commit

Permalink
keep it up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jun 10, 2024
1 parent 622ffaa commit c0c6469
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/docker-images/aptman-qus/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM aptman/qus:latest

###############################################################################
# Install entrypoint
###############################################################################
ADD entrypoint.sh /usr/local/bin/builder
RUN chmod a+x /usr/local/bin/builder
ENTRYPOINT ["/usr/local/bin/builder"]
1 change: 1 addition & 0 deletions .github/workflows/create-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- alpine-3.16-armv7
- alpine-3.16-armv6
- openwrt-x64-openjdk8
- aptman-qus

steps:
- name: Checkout Sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-qemu-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ TARGET_ARCH=$1
shift

aws ecr get-login-password | docker login 123124136734.dkr.ecr.us-east-1.amazonaws.com -u AWS --password-stdin
docker run --rm --privileged aptman/qus -s -- -p $TARGET_ARCH
docker run --rm --privileged aws-crt-aptman-qus -s -- -p $TARGET_ARCH

0 comments on commit c0c6469

Please sign in to comment.